Security Update for SQL Server 2012 Service Pack 2 (KB3045321) update problem...
I have an "important update" to install that won't install. It is Security Update for SQL Server 2012 Service Pack 2 (KB3045321). It fails with error code 858C001E. I can't find any help on that error....
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 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 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 ArticleI need to select all fields, but using some method of distinc
I have a code that gives me the sample I am looking for, but only displays one field.NuminHH is my field7320EN_Var is my TableProof is the new table I want to create.SELECT DISTINCT [NuminHH] INTO...
View ArticleAcceptable Hard Disk size for SQL Server 2008 Installation
Hi All,We have a requirement to install and configure a new SQL Server 2008 installation on Windows 2012 server for particular application.Appreciate if some one could provide some insight for...
View ArticleConvert sting to datetime
How to convert in MS SQL server 2005 from string to Datetime datatype SELECT [customer_key] , [company_code], [distributor_code] , [dist_center], [cust_code_ref] , [customer_name], [customer_code],...
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 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 2008 services is not being started.
Hi, I've downloaded SQL Server 2008 R2 on my system, though the download was successful, i could not start the services, the error exception being displayed when i'm trying start it is - "Time-out...
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 ArticleLinked server Update table error
We have 2 instances. One is sqlgpscluster and another is [sqlcdscluster\sqlcds]. We have created linked server between sqlgpscluster and [sqlcdscluster\sqlcds]. We run the below query on sqlgpscluster...
View Articleuser
I am trying to download a program and I keep getting a window that says ---another download manager currently working please try again later. this is going on now for 6 hours is there a way to correct...
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 Article