Groups | Blog | Home


Archived Months
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
December 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
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
August 2008
all groups > sql server connect > june 2007 > threads for june 22 - 28, 2007

Filter by week: 1 2 3 4 5

Determining Last Day of the Month--Quick UDF
Posted by Namwar Rizvi at 6/26/2007 11:47:24 PM
Hi All, Getting the last day of the month, for the given date, by TSQL is bit tricky. Following user defined function provides you a handy general purpose function to get the last day of the month. It gets the last day of the month as follows: For example we have a given date 17-March-2007...more >>


AAArgh! sp_addlinkedserver giving me fits
Posted by DWalker at 6/26/2007 11:24:07 AM
I seem to be getting conflicting error messages from sp_addlinkedserver. Here is the problem: Exec master.dbo.sp_addlinkedserver @Server=N'SrvAlias', @Datasrc=N'ServerName\InstanceName',@srvproduct=N'SQL Server' gives me this: Msg 15426, Level 16, State 1, Procedure sp_addlinkedserve...more >>

SQL service manager
Posted by ginger8990 at 6/26/2007 9:20:00 AM
We have SQL2000 with SP4 --an application server ri=unning windows 2003 sp1. Is anybody know what this means in the event viewer? I am not so familiar with SQL server. 1) This instance of SQL Server has been using a process id of 1724 since 6/22/2007. 2) Error: 15457, Severity: 0, State: ...more >>

Problems with "Local connections only"
Posted by lalo_losla at 6/25/2007 11:21:05 AM
Hello, Our application is running very slow, we have an application installed on (XP professional or Windows 2003) running SQL Server 2005 or SQLExpress on the same pc. We have realized that if we change "Local connections only" for "Local and remote connections", our application (VB6) runs m...more >>

Recover Model Database
Posted by Gabe Matteson at 6/25/2007 12:56:13 AM
SQL 2000. I was trying to move the system files, I managed to move the master, msdb, tempdb but then it died on the model. and I need to recover database... the sql service keeps failing. thank you!!! ...more >>

Connection String for classic ASP to SQL Server 2005
Posted by Padmalochan Sahu at 6/22/2007 3:20:01 AM
How can i connect to SQL server 2005 from classic ASP without trusted connection ? I have an application in classic ASP which is currently connecting to SQL server 2000. with connection string as Driver={SQL Server};Server=Servername;Database=DBNm;user id="DD"; password ="ff"; it is working ...more >>



DevelopmentNow Blog