Viewing 15 posts - 376 through 390 (of 602 total)
You should also be able to do this:
sp_MSforeachtable 'grant select, insert, update, delete on ? to public'
It still uses a cursor, but at least you don't have to.
March 16, 2006 at 12:36 pm
Hi,
I think that your particular situation is much too difficult to understand without more detail.
jg
March 16, 2006 at 12:15 pm
Rats. I forgot to mention: It is probably less work to add a dynamic properties task to each package and set the server connections from within an INI file. This...
March 16, 2006 at 12:05 pm
"I've looked at saving the DTS packages as VB files, which would allow replacement of connection information via a text search and replace. But I don't see a way to...
March 16, 2006 at 12:01 pm
I think you should compare the execution plans in both scenarios to see if the difference is there. Also check network adapters and make sure they are all running at...
March 15, 2006 at 8:51 am
I suppose that I should mention: I've used the QODBC driver and it did what I needed.
jg
March 15, 2006 at 8:47 am
Check your antivirus configuration as well. It is possible that a scan-on-write action is causing problems, so you might need to configure an exclusion for TRN files.
jg
March 15, 2006 at 8:41 am
I don't really know the "best way". There may be some cool tricks in SSIS that I haven't used. We're not implementing SQL2005 for a few months yet, so I...
March 14, 2006 at 12:01 pm
I'm blind without the SQL server in front of me! One thing you could try would be to design a view that gives you the results that you want. Use...
March 14, 2006 at 9:53 am
Sorry, but I don't have SQL2005 available in front of me at the moment.
So you want to get some columns from 3 different tables in the same row where the...
March 14, 2006 at 9:24 am
Yes, you could. I wouldn't do it that way. For one thing, it is a lot of work. The other thing I don't like about that is that when you...
March 14, 2006 at 8:58 am
It sounds to me that you do not want a union? If you "union" three tables together, you will get what you have described: All three tables sequentially. If that...
March 14, 2006 at 8:49 am
I'm not sure about how to do something like that in SQL2005, but in SQL2000, you can periodically check master.dbo.sysprocesses. The hostname column will (usually) tell you the name of the...
March 14, 2006 at 8:33 am
When guessing, never pick the highest or lowest number.
rats.
March 13, 2006 at 11:56 am
Viewing 15 posts - 376 through 390 (of 602 total)