possible to script Import task wizard?
Hi, I ma using Import task to import excel data to SQL server, but in column mapping we have lot to changes in column name.we are using work group edition to import the data so i cant save the task as...
View ArticleHow to convert data horizontal to vertical in SQL server?
MonthDiscountExpensesGST<gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="d14582be-eecd-4def-be7e-0cfe00b13c80" id="4279c12f-e03f-4b38-9fc8-eb1a991c25ac"><gs...
View ArticleCumulative updates for Service Pack 3 of SQL Server 2008 R2
Hi Experts,In of our production server, EXCEPTION_ACCESS_VIOLATION dump gets generated continuously, and note we get this only when an INSERT statement is being executed.What we have done is...
View ArticleSQL Query applying Standard Deviation function...
Hi Experts,I have below table structure DECLARE @table Customer (Date DATE, CustomerID VARCHAR(5)) INSERT INTO @Customer (Date, CustomerID) VALUES ('2/6/2015','ADXPA'), ('2/6/2015','AKXLV'),...
View ArticleSQL query to get list of pages
Dear All,Please help me to get a SQL query to display all the urls of a website which are having 302 redirection enabled.
View Articlehow to simulate stored procedure execution
Hi All, I want to simulate 100 users simultaneously executing a procedure in sql server (best example would be 100 users using one report with different parameters in ssrs at the same time ). can i...
View ArticleMemory for SQL Server
Hi, Just wondering if there was a rule to follow that determines how much memory (RAM) to give to an instance.Does it depend on the size of each database on the instance or how often the instance is...
View ArticleNic Configs
we have a sql cluster set up.1 server w 4 nics 2 public "teamed" 2 private "teamed"1 server w 4 nics 2 public "teamed" 2 private "teamed"are we over redundensizing (made up word) the nic connections...
View ArticleWhere to Download SQL Server Management Studio Only
I would like to download SQL Server Management Studio ONLY. By this I mean, I don't need a local SQL Server Express loaded on my system, etc. I just want theminimal download to allow me to use SQL...
View ArticleSQLServer 2014 Profiler on Windows 8
Hello,I have SQLServer 2014 installed on my Windows 8 Lenovo laptop.Everything seems to be working fine except the SQLServer Profiler option which fails to launch and generates the exception below in...
View ArticleMigrate to SQL Server
HiIn my environment theres an HP Integrity Server running OpenVMS. In that server theres Cobol 84 programming that connects to flat files databases. If I want to make the transition to SQL Server and...
View ArticleShrinking transaction log file
I'm a beginner with SQL. I'm running SQL server 2008 R2. I have a transaction log that has grown to 49gb. I run transaction log backups nightly but this hasn't been truncating the log probably due...
View ArticleLocal Service Accounts
Hi, Local server accounts. I'm building an instance that doesn't interact with other servers, services or resources on our network. Can I use the local service account as the project manager doesn't...
View ArticleSQL Server 2014 Cluster installation
HiIs there any simple installation guide for beginners on how to create SQL server clustering on Hyper-v?thanks
View ArticleA quick question on SELECT and DISTINCT, please...
I want to design a view using two tables, Table1 and Table2.In Table1 there is a field that holds a product name (Table1.ProductName) and another field showing a sale date (Table1.SaleDate)I'm trying...
View ArticleCant create table in VS 2013
Hi,I am a newbie and teaching myself some basics.1. I'm following an example on the net and I have to create a SQL Service Database.2. Add > Add New Item > SQL Server Database (C#)3. Under Server...
View ArticleSQL Enterprise how to license additional cores
Hello all,We have two Windows 2012 VMs with 24 vCPUs each, part of a Failover Cluser and MS SQL Enterprise clustered. Our SQL Server uses only 20 cores, not more. So we bought 4 more cores from MS. We...
View ArticleSQL server service level monitoring
Hi im a beginner and working as a tech suppport in a big organization to monitor the SQL server, one colleague has created an alarm system using CA spectrum which detects any errors, high cpu...
View ArticleError: The database ...example.mdf cannot be opened because is version 661....
Hi,i want to atach a sql database to my visual studio C# project to create a setup file. it show me this error: The database ...example.mdf cannot be opened because is version 661. This server suport...
View ArticleHow to capture Before and after changes of DDL
Hi all, i have to create DDL trigger for audit to capture the object definition before and after the changes.Like If any user running the Alter table Statement, i need to capture the Object definition...
View Article