2011-09-15
1,939 reads
2011-09-15
1,939 reads
A comprehensive list of trace flags for SQL Server that you can use to configure your server instance.
2013-07-05 (first published: 2010-06-03)
28,864 reads
2009-07-30
3,232 reads
I am confused about what can and can't be done with SQL Server Standard Edition. I have Standard Edition and want to turn some of my existing views into indexed views if it will increase the performance of selects against them.Is this possible?
2005-01-06
2005-01-06
thanks, and sorry about double post, it was not intentional
2005-01-06
Dear Friend, Can you tell me the query for reteriving the last updated record. Is there a way to do it. Thank you.
2004-11-09
This query does as you as. Difference between two most recent. Dont you want the difference between the start and end of each query though? I inserted you data into a table called test. Create Table Test([field] varchar(45)) Insert Into Test(field) values('13 2004-07-13 13:15:26.140 end query 10 0') go Insert Into Test(field) values('12 2004-07-13 13:15:01.263 […]
2004-07-13
Is anyone aware that you can get SQL LiteSpeed for free for SQL Server Developer Edition or MSDE?
2004-06-03
1 reads
2004-05-25
By Steve Jones
In a previous post, I set up the basic databases for the PoC project...
By Steve Jones
Today’s coping tip is to plan something fun and invite others to join you....
When encrypting a database with Transparent Data Encryption (TDE), a vital consideration is to...
I'm sure this has been asked many, many, many times and hoping several optimal...
How do I determine the initialization status of a subscription with T-SQL -- i.e,...
Has anyone migrated databases from on premise SQL Server to Azure Managed instance? If...