Filestream Partitioning across multiple drives
I have a SQL 2008 R2 ENT database with the single [PRIMARY] filegroup, and a single FilestreamGroup. The filestream has millions of records, cannot be restored, and is about to exceed the drive space...
View ArticleError received when executing a code to delete an object from the temp....
DELETEFROM tempdb.sys.objectsWHERE nameLIKE'%#6265874F%'Msg 259, Level 16, State 1, Line 2Ad hoc updates to system catalogs are not allowed.
View ArticleSQL Server Resource Governor
We have a SQL Server with about 15 databases and about 60 + users accessing any of these databases. Each database is designed to serve different data set (meaning - we have multiple roles in each...
View ArticleI have much rows in a single table 2934167078
I have got a new project in which one table has 2934167078 rows and no primary key in the table.Whenever I want to create some maintenance plan the management studio got hang.I want to add a primary...
View ArticleUser Executes Stored Procedure That Executes sp_send_dbmail; receives email...
Using SQL Server 2012 SP1I have a user that is submitting a procedure that uses sp_send_dbmail. I have also noticed that they have the following code in their procedureDECLARE @rc INT IF NOT EXISTS...
View ArticleMaster and recource database
What is the main difference between Master and Resource Database?
View ArticleDate Time Conversion to Custom Format
Hi All, I am using SQL Server 2012 sp1 .I have a table column with the following Date Time values.BLDCHKDT-----------------------2013-06-19 00:00:00.0002013-07-22 00:00:00.0002013-08-21...
View Articlecumulative update vs Hot fix
hello team,what is the sql server cumulative update?,what is the hot fixs? and what is the sql server service packs?.when we can use above three cumulative update, hot fixs and service packs.
View ArticleCumulative update patch 9 for SQL 2012 SP1 doesn't update SQL version number...
I have applied CUP9 to the SQL2012 SP1 server. Update went through successfully and I restarted the server. However, SQL version didn't change to 11.0.3412 as expected, but still shows 11.0.3000. It...
View Articlecheck point query information
Hello Team,one of my production server i am continually getting this error:[CHECK POINT FREE SPACE QUERY TIME OUT]this information we are getting through third party tools and IT team raise ticket to...
View ArticleWhich encryption method does SQL 2012 use?
I have two web pages I think are opposite.http://technet.microsoft.com/en-us/library/bb964742.aspx triple DESwhereas http://msdn.microsoft.com/en-us/library/ms189060(v=sql.110).aspx shows AES I am...
View ArticleRestore
When i changed a backup path (in Maintenance plan) from one disk(F - Drive) to Another disk (G - Drive), and trying to restore that time i noticed user name have been changed from SA to NT...
View Articlesp_send_dbmail recieptient
HI all~~I am using sp_send_dbmail and I found I can't send to receiptient using a short namelike : xxxx which is xxxx@domain.comwhile in SQL 2000 it is ok~~ any problem ??
View ArticleMoving Database
How to move database from one instance to another instance of the same SQL Server Version using code.What are the pre and post requisites I need to take care before I proceed.Please help me ASAP with...
View Articleidentify database file usage
I would like to identify over the last X seconds how much data has been written and read from each database file by SPID, is this possible? I want gather information on our busiest files and...
View Articlewhat is Database clone? what are the ways in MS SQL Server?
No ,I am looking for Database cloning. Is there any feature in sqlserver like this. Bz someone ask me that What is Database cloning in Sqlserver.
View ArticleServer not getting connected when i tried it to open with SA or Windows...
Very Emergency,, please help meThanks in advance...Please help me
View Articlediagnostic why Dead lock happen on Exclusive waiting for update lock
met the following problem about deadlock, don't know whey this happens, need help, thanks! Here is what happens(the simplified version).I have the following table and indexes:--Create table...
View ArticleQuery Plan For SQL 2000
Hi all`~ Is it possible to retrieve the Cache query plan xml in SQL 2000... ??
View ArticlePrevent database locking when ETL runs
We have one server that acts as our production database and one report server. We have ETLs configured to run around 1 AM. Occasionally, there will be a situation where an end user pulls a report while...
View Article