Viewing 15 posts - 1,246 through 1,260 (of 1,335 total)
i think u need to execute a job with someother user. otherr than the owner of the job. try to use the "execute as user" in the execute step and...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 5, 2007 at 11:21 pm
I am not confident but hope that it can be done using DTS tasks. I shall try and let u know the steps to be followed for that.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 3, 2007 at 7:39 am
din't u try with CASE statements.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 3, 2007 at 7:37 am
FOr database u can detach and attach the databases. For logins and job u can use DTS to move the jobs and the logins to the new server.
Remember to d...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 3, 2007 at 7:34 am
I think named pipes id disabled in ur sql server. enable named pipes or use TCP/IP to create the ODBC.To enable named pipes follow the belwo pipes.
1. connect to the...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 3, 2007 at 7:32 am
did u check which process consumed most of your memory and processor time. if tis sqlserver then we have to tune the server to perform optimally.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 3, 2007 at 7:29 am
just read the below link it gives u a brief about transactions
http://www.sqlservercentral.com/columnists/dpeterson/allabouttransactionspart3.asp
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 6:18 am
just add a registry key to the given path
key type: String Value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 6:07 am
OLE DB provider 'SQLOLEDB' could not INSERT INTO table '[MUSSORI].[pubs].[dbo].[jobs]' because of column 'job_id'. The user did not have permission to write to the column.
Just check the permission...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 5:57 am
just type eventvwr.msc to bring ur event viewer where u can find the errors related to sql server service startup lok for the errors in application and system logs and...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 5:44 am
yes u can but u will have to script out all the required ones. read the below procs in books online this will surely help
sp_trace_create
sp_trace_generateevent (Transact-SQL)
sp_trace_setevent (Transact-SQL)
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 5:39 am
just look at the sysjobhistory tables u will find the step wise details of the job. the sttus, start time, runtime, next start time. etc
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 2, 2007 at 5:33 am
wats the number of rows returned by each database. i hope u r trying to create a view that will for sure hit ur sql performance.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 1, 2007 at 7:41 am
try to create a UDL fiel and use the information from the UDL file to create a connectionstring
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 1, 2007 at 7:38 am
since the same query works fine with QA and EM i hope this should not be a permission issue, but it should be a configuration issue. Check the way how your...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
February 1, 2007 at 6:29 am
Viewing 15 posts - 1,246 through 1,260 (of 1,335 total)