Viewing 15 posts - 26,206 through 26,220 (of 39,793 total)
The problem with going with stored procedures is that you'll have an exception somewhere and that will cause problems. If you can tightly control development, this can work, but it...
November 26, 2008 at 8:39 am
One more thing I might mention here.
Don't feel bad about missing a session. If you get busy or get into good conversations with people, especially MS people, skip a session....
November 25, 2008 at 1:17 pm
I think CU6 was stable on clusters, though I haven't heard a lot since then. You might email Geoff Hiten, SQL MVP that does a lot with clusters.
I would go...
November 25, 2008 at 1:15 pm
I'm with Gail and Lynn.
I had to do this and it was hard, but I got management buy in, created Windows groups and assigned permissions (DBO, not SA) and then...
November 25, 2008 at 1:14 pm
The SAN drives are just other disks to the OS. You can have some MDf/NDF/LDF files local and some on the SAN, though I wouldn't recommend it. I'd start migrating...
November 25, 2008 at 1:12 pm
Great summary and I'll be writing one to post as well.
Talk to everyone. Sit next to new people at lunch, get to know them, ask them what they do. I...
November 25, 2008 at 12:01 pm
ZBB is how I always did things, looking back at last year only to ensure I was covering costs or estimating expenses properly. It is a pain, but it should...
November 25, 2008 at 10:55 am
Wow, that's a lot of code. Posted a hint to a derived table article.
November 25, 2008 at 10:20 am
That's a lot of code.
Derived Tables - http://www.sqlservercentral.com/articles/DerivedTables/61388/
You might need to make two updates if you can't get it done in one. Gail has given you good hints, and you...
November 25, 2008 at 10:20 am
I think SQLCompare (Red Gate) will do this. There is an option to compare to a backup file.
November 25, 2008 at 10:19 am
You might be better off importing the entire file into a table with one column, one large varchar, and then searching through for this line, if the format is there....
November 25, 2008 at 10:16 am
The best thing I can recommend is to read some books and articles, and look at how people design things. We have a few here and be sure to read...
November 25, 2008 at 9:18 am
First, is this SSRS? Reporting Services? Please post in those forums.
Second, you show 12.16 as a result and then say you want 12.16. Am I missing something?
November 25, 2008 at 9:17 am
Lee,
GP still won't switch automatically to the mirror, correct?
If you move the logins, use sp_help_revlogin from MS to script out the logins with the correct SID and passwords.
Not sure about...
November 25, 2008 at 9:15 am
Viewing 15 posts - 26,206 through 26,220 (of 39,793 total)