Question about Transaction's Atomicity property
Hi Guys,According to Microsoft document about transaction, there is a feature called atomicity. https://technet.microsoft.com/en-us/library/ms190612(v=sql.105).aspxBasically it means within a...
View Articlehow many secondary servers are configured in sql server log shipping
hi Team,What are the prerequisites to configure the SQL server LOG SHIPPING and how many secondary servers are configured in sql server log shipping?
View ArticleLogin failed for user. Error 18456
Hi All,Good day. I am just new in SQL 2012 r2 and we are trying to provision one SQL VM but we are getting an error a"Login failed for user. "Error 18456" when trying to login to the Database Engine...
View ArticleUnisntall Service Pack (sp3) for SQL Server 2008 R2 using commandline script
Hi,How can we un-install Seevice Pack(sp3) for SQL Server 2008 R2 EE SP3 usingcommandline option.Can anyone give the script to unstall service pack for SQL Server 2008 R2 SP3 using commandline...
View ArticleA significant part of SQL server process memory paged OUT
Hi All~ I have the following configSQL Server 2008R2 bitsWindows 2008 32 bits on VMMemory : 4GBvcpu: 4There was SSIS triggered on that server @ midnight, and some times I see the following in SQL...
View ArticleLevel11 failure in SQL Server Query when query runs from the SQL stored...
Hi, The below SQL Server query throws linked server error when run from the stored procedure.However, the same query runs fine, when run using SSMS.Insert into...
View ArticleDATABASE MIGRATION SQL 2005 TO SQL 2012
Hello EverybodyI need a huge help, I am very new in DB, so we need to do a migration from DB2005 to DB2012,, also we are going to use Server 2012,What file do I really need, the Database administrator...
View ArticleDatabase maintenance plan with Always on
Hi,I have set-up SQL Always on availability for our our new system database environment. I am not sure what should be the database maintenance plan for this environment as I think we already have a...
View ArticleThe connection was recovered and rowcount in the first query is not...
Since we've moved to SQL 2014 we see some of our jobs error with the message in the subject of this post. What does it mean? I've looked all over and haven't been able to find anything of...
View ArticleUnused Indexes
Hello,I am using sql 2012 SE. I noticed there were lots of blocking on a subscriber database where an insert is blocking a bunch of selects and causing timeouts. I started looking at unused indexes...
View ArticleRemote Procedure Call Failed after 2012 installation.
We have server with Sql2008 R2 RTM 64 bit standard edition.We installed 2012 sp1 64 bit standard edition in win2012sp1 64 bit as side by side setup.After installation, i found the below error when i...
View ArticleSQL Express free and windows 8
Hi guys, I need to install SQL Express in my new laptop Windows 8. Shall I download simply SQL Express or there is something I need to know before installing it? I am getting used with Windows 8 but I...
View Articledisable 'sa' effect
I have a SQL 2000 server , and I am plaining to disable 'sa'however all the db owner, and SQL agent jobs owner, and mainplan owner are 'sa'do I have to change it all to another account before I disable...
View ArticleList read-only SQL connections.
Hello,Read-only clients must specifyApplicationIntent=READONLYto make a read-only connection.Is it possible to create a list that shows the sessions that use a read-only connection?Best regards,Erik
View ArticleCalling Exe from Trigger
I tried to call a exe from sql server through trigger with xp_cmdshell , But its not working as expected , shows preemptive_os_pipeops in process under the activity monitor and the process got hang...
View ArticleHow to restore only last 1 or 2 months data in sqlserver?
I have 5 TB of data in production and my development team requested to restore only last month data(<=500 MB ) in staging server and last 2 months data in pre production. Any ideas or suggestions...
View ArticleThe connection was recovered and rowcount in the first query is not...
Since we've moved to SQL 2014 we see some of our jobs error with the message in the subject of this post. What does it mean? I've looked all over and haven't been able to find anything of...
View ArticleSQL server agent failing some times. "Unable to connect to SQL Server...
i have a sql server job scheduled to run daily twice.the job is running fine , but once or twice a week the job fails saying."MessageUnable to connect to SQL Server '(local)'. The step failed."all...
View ArticleNot able to make column to null value from not null
It's giving me an error while I'm trying to change column value from not null to null.. 'tblid' table - Unable to modify table. Cannot insert the value NULL into column 'ValidID', table...
View ArticleSQL restore loses user roles on restore
My app is c# on vs 2008. I develop under win 7. My customer runs server 2008 with IIS7. When I restore the db on the customer system the user roles disappear. I can restore on my development...
View Article