Viewing 15 posts - 6,916 through 6,930 (of 7,636 total)
ALZDBA (5/15/2008)
btw:
did you disable the InternetExplorer settings / advanced / Security "Check...
May 16, 2008 at 3:40 pm
Well, looks like I will be going. Hope to see some of you there!
May 16, 2008 at 3:36 pm
Oops, apparently, I was a little late to this party (even Matt got here before me!), but I believe that it is now apparent what I was saying above: this...
May 16, 2008 at 3:21 pm
SQLServerLifer (5/15/2008)
The GETDATE() function returns a DATETIME type. Therefore it will inherit the same rounding limitation.
Yes, but it might add "Limitations" of its own. In particular (and what this...
May 16, 2008 at 3:07 pm
In most respects, a stored procedure is no different from a user/client executing all of the same statements in one batch.
May 15, 2008 at 9:03 pm
davidthegray (5/9/2008)
Running aGRANT EXECUTE ON [dbo].[MergeStringSepBR] TO [TheRoleIWant]
gives an error.
OK, what was the Error?
May 15, 2008 at 8:54 pm
You cannot remove a Directory in use, no matter what your privileges are. I wold suggest trying to find the directory that it is trying to remove and see...
May 15, 2008 at 10:18 am
achaudhr (5/12/2008)
Thanks for helping. I tried to create that index but as the titles are lengthy & max is 1109 & it says max length allowed is 900 bytes.......I...
May 12, 2008 at 2:25 pm
This seems like a compile error, which should mean that the [font="courier"]Print 'Begin'[/font] never executes either. Are you doing this in Dynamic SQL?
May 12, 2008 at 12:54 pm
Add an index to tb_Titles on TiQueryValue that includes(covers) BibNumber and TiOrderByValue. That should make it run in about 5-6 seconds.
May 12, 2008 at 12:26 pm
Sorry Topher, I cannot figure what you are actually asking for here.
IS your script broken and you want help with it? If so, please tell us what...
May 12, 2008 at 11:59 am
Sure:
1) use SAN mirrors; (split the mirror, copy to dev, rejoin mirror)
2) use DB mirrors (similar)
3) use Prod's daily backups to restore to Dev
3) Log shipping
May 12, 2008 at 11:08 am
This is an extremely complex and detailed area and I doubt that any forum can supply the kind of extensive customized support that you need and should be receiving if...
May 11, 2008 at 5:21 pm
It depends on how they get loaded after they are TRUNCATEd. If they are loaded in one statement, you probably wouldn't need to rebuild them, but if they are...
May 10, 2008 at 8:53 pm
Viewing 15 posts - 6,916 through 6,930 (of 7,636 total)