Viewing 15 posts - 181 through 195 (of 321 total)
What is the status column reflects?
Do you want to eliminate duplicate records?
September 26, 2008 at 12:29 am
Check the following link
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
September 25, 2008 at 11:47 pm
Check the following link
http://weblogs.sqlteam.com/jeffs/archive/2008/07/31/week-days-between-two-dates.aspx
September 25, 2008 at 11:38 pm
You can create a role which is having data_writer permission and a member to that role
September 25, 2008 at 7:32 am
You will get only user name.
September 25, 2008 at 3:40 am
Check the following link can know about tempdb
http://www.microsoft.com/technet/prodtechnol/sql/2005/workingwithtempdb.mspx
September 24, 2008 at 6:39 am
What is the recovery mode? If it is not simple put in simple recovery mode and check,
September 24, 2008 at 6:29 am
Check with the dbcc checkdb for any errors.
Do you have enough disk space for backup?
Please post log error message fully.
September 24, 2008 at 6:24 am
Check the following link
http://msdn.microsoft.com/en-us/library/ms144287(SQL.90).aspx
September 24, 2008 at 6:16 am
SET QUOTED_IDENTIFIER OFF
IF EXISTS(select * FROM master..sysdatabases where [name] ='pubs')
begin
use pubs
...
September 24, 2008 at 5:46 am
select convert(varchar(16),getdate(),121)+':00:00'
September 24, 2008 at 3:48 am
Viewing 15 posts - 181 through 195 (of 321 total)