Viewing 15 posts - 5,701 through 5,715 (of 7,187 total)
I wouldn't advise you to do this, for the following reasons:
(1) SQL Injection, as already mentioned by Gail.
(2) Permissions. If all your access to the tables is via stored...
October 5, 2010 at 2:41 am
Nobody's going to help you if you won't help yourself. Try writing the code, and post back if there is anything you're struggling with. Having said that, if...
October 5, 2010 at 1:20 am
SQLCoder77 (10/4/2010)
October 4, 2010 at 2:31 am
Yes, because you didn't include the WHERE clause. But even if it says 1000 rows affected, it will still only have actually made any changes to the ones where...
October 1, 2010 at 8:46 am
Don't know why it didn't work when I tried to post this script directly, but I've managed to post it as an attachment now. It's the script I use...
October 1, 2010 at 8:43 am
I think the REPLACE function should be what you're looking for. Try using that, and post again if you're struggling with it.
John
October 1, 2010 at 8:27 am
With the limited information you've provided, then, I would suggest you have a look at what the triggers are doing.
John
September 27, 2010 at 9:00 am
What other activity was occurring on the database at the same time? What is the transaction isolation level? Are there any triggers on the table?
John
September 27, 2010 at 8:52 am
Sasidhar
Have a play with the File System Task - that should be able to do what you require. You can use variables and expressions to build the names of...
September 27, 2010 at 8:06 am
steve block (9/16/2010)
September 17, 2010 at 1:52 am
Did you follow the link I posted? If so, what don't you understand?
September 9, 2010 at 2:51 am
You might also consider using the EXCEPT keyword to keep your code neater and more concise. I don't know whether there are any performance differences between that and Chris's...
September 7, 2010 at 6:09 am
Are you saying it works when you execute a RESTORE statement, but not if you use the GUI? Have you tried running a Profiler trace so that you can...
September 7, 2010 at 4:53 am
My advice is to plan properly and then only install what you need. Anything that is installed for no particular reason and then configured as an afterthought is likely...
September 6, 2010 at 8:52 am
Sree
Please will you post your query so that we can see whether there is any better way of doing this. I don't think your SELECT INTO syntax is correct.
Thanks
John
September 6, 2010 at 8:42 am
Viewing 15 posts - 5,701 through 5,715 (of 7,187 total)