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 >>
|