Viewing 15 posts - 40,111 through 40,125 (of 49,571 total)
john (3/30/2009)
C:\PROGRAM FILES\MICROSOFT SQL SERVER\MSSQL\BINN\SQLSERVER.EXE -sMSSQLSERVER
I have an odd feeling that is a SQL 2000 instance. The directory is wrong for SQL 2005 (which uses the MSSQL.1, MSSQL2. format)
Can you...
March 30, 2009 at 9:33 am
March 30, 2009 at 9:08 am
Steve Jones - Editor (3/30/2009)
I think the "code" tag is for T-SQL and the "code2" is for XML.
Testing XML
[code2]
[/code2]
Edit: Nope.
I notice that the ADDADD is still...
March 30, 2009 at 9:03 am
Ok. What does the services dialog give as the path to the executable?
Is the other one something like MSSQL$BACKUPEXEC ?
March 30, 2009 at 8:49 am
Stamey (3/30/2009)
March 30, 2009 at 8:34 am
Find the database files on the PC in question (.mdf and .ldf), copy them to another machine that has SQL 2000 on and attach them.
March 30, 2009 at 8:31 am
ALTER TABLE < Table name >
ADD CONSTRAINT < Constraint Name > UNIQUE (ColA, ColB)
March 30, 2009 at 8:18 am
Casper (3/30/2009)
And for that matter is there a way to...
March 30, 2009 at 8:10 am
john (3/30/2009)
Oddly though there are two instances of sqlserver running in the task manager there is only one in services and it is Backup Exec.
Check both under SQL and under...
March 30, 2009 at 7:43 am
I need the actual names of the services in order to help you. One of those is going to be the default instance, one is going to be a named...
March 30, 2009 at 7:19 am
My guess is that the SQL service is starting before the disks are available. If you check the error log, you'll probably find a lot of errors relating to SQL...
March 30, 2009 at 7:09 am
March 30, 2009 at 7:05 am
Grant Fritchey (3/30/2009)
And the bleeding from one of Tony's editing sessions only lasts for three or four days, so don't worry.
You sure? I'm still wincing from the last one I...
March 30, 2009 at 6:49 am
Sure. no problem.
That is, if you can give us some info on the table the trigger's going on, what the trigger needs to do and when, and, if it has...
March 30, 2009 at 6:48 am
Viewing 15 posts - 40,111 through 40,125 (of 49,571 total)