Viewing 13 posts - 1 through 13 (of 13 total)
Brian
Yes the following messages were found in SQL Server Event Log
1. Server is listening on [ 'any' <ipv4> 1433].
2. Server local connection provider is ready to accept connection...
June 28, 2006 at 2:51 am
Brian
Yes I restarted the SQL Server as well as restarted the server.
How can I check whether it is bind to various libraries ?
Sathish
June 26, 2006 at 6:40 am
Create the above as a UDF to make your life easy
Sathish
March 20, 2006 at 2:07 am
Thanks Joseph & Mark
This will really help me to proceed further.
February 25, 2006 at 1:28 am
Joel
I am running on MDAC 2.8 SP1 on Windows XP SP2
November 29, 2005 at 2:23 am
The ASP.Net Applicaion and the Database are hosted on different servers inside my intranet. The servers reside in our US office, and I am trying to access the DB from...
November 29, 2005 at 2:02 am
Hi
Try this suggestion. Maintain the additional views and tables in a seperate DB and access the data like dbname.user.table / views. Since you were accessing the data in the restored...
September 27, 2005 at 7:16 am
Its working. Thanks a lot David.
But I can't understand the functinality of this Script, can u pls explain me.
Sathish
September 27, 2005 at 5:20 am
Simple solution, use undocumented SP sp_MSforeachtable
Example: EXEC sp_MSforeachtable "Delete from ?"
Where '?' is the place holder for the table name
September 21, 2005 at 2:21 am
Try this ...
SELECT
t1.id,
t1.name [Child],
t2.name [Parent]
FROM
category t1,
category t2
WHERE
t1.parentid = t2.id
Sathish
September 16, 2005 at 2:31 am
Hi Phill
Sorry. The "parameters and other details" i mention is the Access Db path and the SQL Server DB name. Since I will deploy this tool in various locations, i...
August 3, 2005 at 10:26 pm
Hi guys
Thanks a lot for ur efforts. This is what exactly I needed.
Sathish
July 27, 2005 at 10:29 pm
Hi Chris Moix,
Thanks a lot. I got the script.
Sathish ...
July 3, 2005 at 10:42 pm
Viewing 13 posts - 1 through 13 (of 13 total)