Viewing 15 posts - 4,306 through 4,320 (of 7,187 total)
Jim
If you have xp_cmdshell enabled, you can use it to run the command line for your zip utility. Otherwise, you could consider using SSIS to do the same. ...
October 16, 2012 at 8:44 am
Why are you getting a value for @fctity and then not using it? More importantly, why are you using a cursor at all? Get rid of everything up...
October 16, 2012 at 7:30 am
Remove the column qualifiers from the SELECT list, or replace them with "Inserted".
John
October 16, 2012 at 6:52 am
Please will you post DDL for the two tables, including any primary key or unique constraints. Please also give an example of an INSERT statement.
Are you sure that after...
October 16, 2012 at 6:10 am
I'll let you find that out for yourself. Just type "File System Task" into your favourite search engine.
John
October 16, 2012 at 5:59 am
If you have a Central Management Server, you can run the same GRANT statement on all servers at the same time. Don't know whether it would work for the...
October 16, 2012 at 5:53 am
Or you can use the File System Task built into SSIS.
John
October 16, 2012 at 5:42 am
Grant SELECT permission on the objects it needs to read from, then. Depending on exactly what data you're trying to read, the VIEW DEFINITION permission might be appropriate.
John
October 16, 2012 at 5:36 am
What error message did you get when it failed the second time (after you had added the SQL Server Agent account to the target servers)? What does the package...
October 16, 2012 at 4:56 am
What is the data type of the coldate column?
Have you compared the execution plans for the two queries?
John
October 16, 2012 at 4:12 am
Has the user in question tried dropping any objects since you denied ALTER on the schema?
John
October 12, 2012 at 8:59 am
So you've tried DENY DELETE instead of DENY DROP?
john
October 12, 2012 at 8:31 am
OK, then you need to provide more information. Was this a one-off failure, or does it happen regularly? Does it always happen at the same time of day?...
October 12, 2012 at 8:11 am
Looks like Database Mail isn't correctly configured. There's plenty of information out there on how to set it up - here[/url]'s an example.
John
October 12, 2012 at 6:27 am
Is this a one-off, or are you going to have to do it regularly? If you're only doing it once, I don't think I'd bother with SSIS. Here's...
October 12, 2012 at 6:21 am
Viewing 15 posts - 4,306 through 4,320 (of 7,187 total)