Viewing 15 posts - 5,431 through 5,445 (of 7,191 total)
Right. I'm not doing all your work for you. Have you searched for that error message? What else do you have installed on your server?
John
April 12, 2011 at 4:06 am
Sachin
I would concentrate on that line you mentioned in your original post. Have you searched the internet for it? What have you got installed on your T drive?
John
April 12, 2011 at 3:55 am
Sachin
That's the errorlog file, isn't it? I need SQLAGENT.OUT.
Thanks
John
April 12, 2011 at 3:46 am
Sachin
Please will you post the contents of your latest SQLAGENT.OUT file?
Thanks
John
April 12, 2011 at 3:38 am
If it's only the user database that you're going to backup and restore, then you will need to script out logins, jobs, mail profiles and so on, and create them...
April 8, 2011 at 9:41 am
You should be able to get all the information you need from the sys.database_permissions system view.
John
April 8, 2011 at 2:30 am
The correct string length will be returned. Try the code in the attached file.
John
April 7, 2011 at 9:13 am
What you've got should work - just change varchar(@Length) to varchar(1000). Not sure why you need a UDF, though - the built-in function LEFT should do exactly what you...
April 7, 2011 at 8:55 am
If you have SQL Server Agent running under a local account then you can't do it. You need to run it under a domain account.
John
April 7, 2011 at 1:28 am
Is the destination table on a separate instance? If so, check that the SQL Server Agent account (or a Windows group of which it is a member) is set...
April 6, 2011 at 9:18 am
Sounds like it might be an issue with permissions. I take it when you say "scheduled", you mean it runs as a SQL Server Agent job? If so,...
April 6, 2011 at 8:51 am
You could try an outer join, or you could look at the EXCEPT operator. As ever, you'll want to to test each one against your own data to see...
April 6, 2011 at 7:10 am
You can find view definitions in the sys.sql_modules system view.
John
April 6, 2011 at 6:51 am
Sanz
Perhaps you are supplying different parameters, or maybe your connection settings are different (things like SET ANSI_NULLS). Different connection providers (ODBC, OLEDB and so on) have different default settings.
John
April 6, 2011 at 3:22 am
Viewing 15 posts - 5,431 through 5,445 (of 7,191 total)