Viewing 15 posts - 331 through 345 (of 447 total)
I too had a heck of problems with xp_sendmail and the after testing on different servers, I implemented sp_send_cdosysmail on most of the servers and as of now doesnot have...
SQL DBA.
May 6, 2008 at 2:09 pm
MANU (5/6/2008)
I want to track the jobs that are running for more than one hour. Any job which is executing from last one hour needs to send me an alert.
Please...
SQL DBA.
May 6, 2008 at 12:14 pm
sharma (5/6/2008)
HiI had created a table with COLLATE as LATIN..
Now i am in need of collate.. I want to drop or disable the COLLATE for that particular table..
Regards
First I did...
SQL DBA.
May 6, 2008 at 12:06 pm
Good example Torsten. Only change ROWTERMINATOR = ' \ n 'should be read without spaces
SQL DBA.
May 6, 2008 at 11:52 am
joseph george (5/6/2008)
SQL DBA.
May 6, 2008 at 11:40 am
Or try this. Add a role something like DTS_RunGroup to msdb database and grant the following permissions to the role:
GRANT EXECUTE ON [dbo].[sp_get_dtsversion] TO [DTS_RunGroup]
GO
GRANT EXECUTE...
SQL DBA.
May 6, 2008 at 11:29 am
kalyan_tkc (5/6/2008)
I need to give permission to a user to just run a dts package(He should not be able to do anything else).
Can somebody tell me whats the best...
SQL DBA.
May 6, 2008 at 11:17 am
$sanjayattray (5/6/2008)
USE [databasename]GO
SELECT * INTO trace_table FROM ::fn_trace_gettable ('c:\my_trace.trc', default)
This statement will just load trace file data into trace_table you want.
Ooops........I didn't see ALZDBA reply. Its doing the...
SQL DBA.
May 6, 2008 at 11:09 am
USE [databasename]
GO
SELECT * INTO trace_table FROM ::fn_trace_gettable ('c:\my_trace.trc', default)
This statement will just load trace file data into trace_table you want.
SQL DBA.
May 6, 2008 at 11:08 am
Right click server properties and then in security -> check SQL Server and windows and select OK.
Basically, change server to mixed authentication mode.
SQL DBA.
May 6, 2008 at 11:04 am
Great question. I always had hard time reading value of NULL's. No wonder I got it wrong today.
SQL DBA.
May 6, 2008 at 11:00 am
I took backup with both compress backup and do not compress backup. I was able to restore database with backup (do not compress backup) with out any issue....
SQL DBA.
May 5, 2008 at 11:12 am
Can some one please post a script, if you have one. Thanks.
SQL DBA.
April 23, 2008 at 8:34 am
Please read other post. Some how this got duplicated. My apologies.
SQL DBA.
April 23, 2008 at 7:42 am
Viewing 15 posts - 331 through 345 (of 447 total)