Viewing 15 posts - 91 through 105 (of 1,165 total)
Check BOL topic "orphaned transactions [SQL Server]"
April 20, 2007 at 9:30 pm
Here is the list of bugs fixed in sp2...
http://support.microsoft.com/kb/921896
I am not sure it is a bug and as pervious poster mentioned your create index is not online operation unless...
April 20, 2007 at 9:16 pm
You get the could not bulk-copy error when your disk ran out of space where replication fold exists...
I don't think your snapshot cause anything to remove your columns...
Some one might...
April 8, 2007 at 4:11 pm
What kind of encryption you are doing?
April 8, 2007 at 4:05 pm
SQL server 2005 has SMTP mail called database mail check BOL for more details...
Check body format option in sp_send_dbmail procedure...
April 8, 2007 at 4:00 pm
There is no problem running queries across two or more databases is not a problem and it will not be a peformance trade off.
April 8, 2007 at 3:53 pm
Did you enabled database mail procedures in SAC?
Check sql error and mail log for more info...
April 8, 2007 at 3:50 pm
Check msdb..backupset system table which contains backupsize column...
April 8, 2007 at 3:44 pm
I don't know how DDL trigger is useful in this case but...
You can try granting DDL admin rights....
April 8, 2007 at 3:41 pm
You need to use SQL SERVER MANAGERMENT STUDIO...
Start/All programs/sql server 2005/sql server management studio
connect to database serivices...
April 8, 2007 at 3:38 pm
You can make use of xp_delete_file or xp_cmdshell...
xp_delete_file procedure is used in maintenace plans to delete old backups...
DECLARE
@ThreeDays VARCHAR(255)
April 8, 2007 at 3:27 pm
By default in SQL express edition remote connections are disabled...
Enable remote connection using SARFACE AREA CONFIGURATION ....
March 31, 2007 at 11:19 pm
Load the text files to a permanant temp table using bulk insert...and insert required data from temp table to main table....
March 31, 2007 at 11:16 pm
select count(*) from sysprocesses where db_name(dbid)= '<dbname>'
March 31, 2007 at 11:03 pm
Do you/sql have read/write access to the drive...
http://sqljunkies.com/WebLog/madhivanan/archive/2005/07/27/16233.aspx
March 29, 2007 at 10:01 pm
Viewing 15 posts - 91 through 105 (of 1,165 total)