Viewing 15 posts - 61 through 75 (of 87 total)
Agree with Cowitz ... Its a simple and easy way to get what u want....or is it that u want it in a different way than this...
Cheers!
Arvind
October 14, 2003 at 6:36 am
Do u by any chance have a BACKUP??
Cheers!
Arvind
October 14, 2003 at 6:28 am
If you have more than one updates taking place at the same time on the table then u will get the error, so simply insert the values from the deleted...
October 8, 2003 at 3:29 am
I am in total agreement with Phil, If u dont wish to use a DTS then u may simply use jobs to take backup and restore and use a NT...
October 8, 2003 at 1:29 am
Sorry guys i thot this might be related...
the code below doesnt work for me...any ideas
declare @x varchar(20)
set @x = 'notepad'
exec xp_cmdshell @x
cheers!
Arvind
September 26, 2003 at 7:03 am
i am sure the jobs were running under the Built In/Admin users...but y wud u want to remove the permissions from built in/admins...
Cheers!
Arvind
September 26, 2003 at 6:29 am
TCP/IP is better than Named Pipes any day...owing to the performance and security.
Cheers!
Arvind
September 26, 2003 at 6:26 am
Hi SXG, one small question..
quote:
6. Had you been running in simple recovery mode, in a few moments, these log records on...
September 26, 2003 at 4:13 am
You could run a query get the list of databases from the server where u got the backups from ....and give the query the location of the backups on ur...
September 24, 2003 at 1:12 am
September 22, 2003 at 1:01 am
On second thought you could also try running dbcc checkdb individually on your databases in query
analyzer and see if you get any error report.
Cheers!
Arvind
September 22, 2003 at 12:58 am
I agree with Ray...If you see the Job History with the Individual step details it will usually give you the exact step where the error occured with a some description.
Cheers!
Arvind
September 22, 2003 at 12:55 am
I dont think you will be able create a column level constraint that will use the values from another column. But I guess you can do this using a table...
September 22, 2003 at 12:48 am
I agree with alkanfer and ian ...U can use a simple query with case statements in case the data u r trying to fetch is limited to less number of...
September 19, 2003 at 4:22 am
Yes I totally agree with Matthias..U need to install Client Access ODBC Driver(s) on ur server with SQL Server.
Cheers!
Arvind
Arvind
September 19, 2003 at 3:27 am
Viewing 15 posts - 61 through 75 (of 87 total)