Viewing 15 posts - 3,976 through 3,990 (of 4,272 total)
From BOL:
To send Database mail, users must be a user in the msdb database and a member of the DatabaseMailUserRole database role in the msdb database. To add msdb users...
July 24, 2009 at 7:53 am
I have always used local and not had an issue. Mileage may vary..
CEWII
July 24, 2009 at 7:24 am
What version of SQL are you using? Standard, Enterprise, etc?
On versions other than Enterprise (and Dev) you can create indexed views but the index will NEVER be used unless...
July 23, 2009 at 3:25 pm
You can only have one Integration Services server and only one default server.
CEWII
July 23, 2009 at 8:44 am
Quite frankly I just find/replace..
CEWII
July 22, 2009 at 12:45 pm
Ken Simmons (7/22/2009)
Here is an article with some examples that should help.http://www.mssqltips.com/tip.asp?tip=1525
You will specifically want to look at the last code sample.
Aha.. Same idea, but with code!
CEWII
July 22, 2009 at 12:39 pm
Without writing a bunch of code myself I can present a framework of an idea..
You could use the information schema views to get the table names and column names for...
July 22, 2009 at 12:34 pm
Look at PIVOT in Books Online. I think that might be what you are looking for..
CEWII
July 22, 2009 at 12:27 pm
Create a second connection to the same server/database and use it. I'm guessing that will solve it..
CEWII
July 21, 2009 at 9:34 pm
Jonathan Kehayias (7/21/2009)
That it is consuming so much memory during Assembly creation is usually a sign that unapproved assemblies are being used....
July 21, 2009 at 9:31 pm
Jonathan Kehayias (7/21/2009)
July 21, 2009 at 3:58 pm
It probably isn't the best but it shouldn't break anything. The hard part is depending on your transaction size and batch size depends on whether all that data is...
July 21, 2009 at 3:51 pm
In our domain we have created an account that we use for Proxy. Then all jobs use that proxy. If you have some high security jobs you can...
July 21, 2009 at 2:51 pm
What exactly is the error it is giving you in the Output window?
CEWII
July 21, 2009 at 2:47 pm
I've tried using temp tables and you can *sometimes* get it to work, but the problem is that I *always* need the process to work.
When I have had...
July 21, 2009 at 2:46 pm
Viewing 15 posts - 3,976 through 3,990 (of 4,272 total)