Viewing 15 posts - 76 through 90 (of 132 total)
Personally, I don't like this approach as it clutters up your server with client software.
Yes, I thought about that. In my searching I got the impression it was client...
October 25, 2011 at 7:13 am
I figured out what's going on here. Somebody chose the option to audit all logins. Maybe on purpose, but most likely they were poking around where they shouldn't...
October 5, 2011 at 2:37 pm
You could look into Red-Gate's SQL Backup. I use it and think its great. I don't have any log shipping going on, but it makes quick work of...
October 5, 2011 at 12:20 pm
I think I had only pasted the code and saved. Did not try and Build. Tried to Build and got all kinds of errors... and that's because...
August 23, 2011 at 8:14 am
Truth is, these users couldn't handle Excel's text import wizard.
Anyway, upon further review, I realize I can get at the text file that was exported.
So I have a delimited text...
August 15, 2011 at 3:20 pm
Lot of files is right. 73 spread across 6 drive letters. The db is about 120GB now. The amount of data added each night depends on the...
June 9, 2011 at 6:48 am
The Result Set property on my SQL Task was set to None. Must be by default 'cause I didn't change it. Anyway, after a couple of hacks at...
June 2, 2011 at 4:47 pm
I should add, this executes, but only does the SQL Task. I've set up my test with data in my table, so I would expect the Data Flow to...
June 2, 2011 at 3:38 pm
Thanks, but it only gets more confusing. I created variable send, int32 = 0. Not @send. Try to add variable @send gives error messgage "must begin with...
June 2, 2011 at 3:27 pm
This is because you're using xp_cmdshell. The Agent service needed sysadmin privileges in order to run xp_cmdshell.
November 30, 2010 at 2:32 pm
I didn't see Alerts mentioned above. Also check to see if any Alerts were coded way back when and are now being invoked.
November 29, 2010 at 3:45 pm
Why not create an SSIS package to create your objects in another DB?
November 29, 2010 at 9:16 am
If anyone cares, here's my CLR solution.
November 19, 2010 at 1:50 pm
Oh well, no takers. I changed my subs to functions. Through testing I found the CreateTextFile function would overwrite an existing file, so I blocked that and returned...
November 19, 2010 at 1:39 pm
I think using an Agent Job is a great idea since the account that runs my Agent already has xp_cmdshell privileges.
November 4, 2010 at 7:18 pm
Viewing 15 posts - 76 through 90 (of 132 total)