Archived Months
January 2003
March 2003
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
July 2007
August 2007
September 2007
October 2007


all groups > sql server misc > june 2005

Script to stop a SQL service
Posted by Paul O. Morris at 6/28/2005 10:38:16 AM
Is there a script that I can run to stop a particular SQL server service on Win2003 server? I'm looking for a similar script to restart that service as well. Thanks. ...more >>

Can't get fn_get_sql to work
Posted by pshroads NO[at]SPAM gmail.com at 6/10/2005 4:02:42 PM
I can't seem to get the fn_get_sql function to work. Here's the script I'm using: declare @spid int DECLARE @Handle binary(20) declare active_spids cursor for select spid, sql_handle from master..sysprocesses where status not in ('background', 'sleeping') --and spid <> @@spid open active_sp...more >>

Stop replication of deletes
Posted by stephen atkins at 6/2/2005 8:18:49 PM
Hello all. We are just getting started with replication and I'm wondering if there is a way to not have deletes replicated. I know I could manually remove the delete trigger from every table but I'm intrested in have this a bit more automatic (like when its creating the subscription). T...more >>

SQL server - 'cold' database clone, was this ok?
Posted by andyjgw NO[at]SPAM gmail.com at 6/1/2005 12:03:54 PM
Hi I was in the situation of cloning a SQL server database last night. Today, a dependent application was behaving a little erratically though most things were fine after sorting out some ntfs permissions. I've recovered this database from backup exec before from a hot-backup, this is the fir...more >>



DevelopmentNow Blog