Viewing 15 posts - 9,331 through 9,345 (of 9,701 total)
You can't insert into a snapshot. All the snapshot does is "tag" the database at the time the snapshot is taken. Then, everytime something in the database changes,...
October 30, 2007 at 4:18 am
I've never used MOM or OnePoint before. Did you check your logs for specific error messages? Both SQL Server and OS logs?
October 29, 2007 at 12:33 pm
The problem being that my code is going to be a stored procedure once I get done coding it. If I use GO, then I cut my Sproc short...
October 29, 2007 at 12:26 pm
Well my connection must have been refreshed shortly after posting this because I was demonstrating it for my boss and it worked... DOH. So then I tried a third...
October 29, 2007 at 11:39 am
Maybe I should have rephrased my previous post.
When I said "why would you need a transaction log at all", what I meant was, why would you need to hold onto...
October 29, 2007 at 10:40 am
To answer your questions the best I can:
As stated above, backups in any version of SQL Server are all online.
Restores, technically, are not online except in the case...
October 29, 2007 at 5:06 am
I was under the impression, generally speaking, that the master db doesn't change that much or very often at all. That being the case, why would you need transaction...
October 29, 2007 at 4:42 am
Don't forget the hardware issue! Besides restoring over a network, it could be that your DB is taking so long to restore because the hardware is either old or...
October 29, 2007 at 4:34 am
SQL Server doesn't really do data comparisons in the literal sense. For that, you're better served by looking into third party tools like Red Gate's SQL Data Compare. ...
October 29, 2007 at 4:27 am
Not to complain, since I got the question right, but the answer that shows up on the webpage says Fast Parse doesn't support leading white spaces. In fact, if...
October 29, 2007 at 4:17 am
Andrew,
Thanks for the information on the BI cert. I've been looking everywhere for additional information on what it covers. Though, I was surprised to see you list two...
October 29, 2007 at 4:10 am
Matt,
I absolutely LOVE your .sig! @=)
As far as your answer goes... Hmm. I was afraid you were going to say that. Oh, well. In this particular...
October 26, 2007 at 4:12 am
If you want to do this, I suggest using a combination of Substring() and PatIndex(). Use the PatIndex() to find the spaces in your names and then the Substring()...
October 25, 2007 at 4:53 pm
At some point earlier in the year, someone did suggest you could call Microsoft and ask them if you could upgrade straight from SQL 7 to 2k5. But other...
October 25, 2007 at 8:31 am
It occurs to me that what I really need to do, to keep the table dynamic, is to make an image out of the result set of the Proc and...
October 24, 2007 at 9:04 am
Viewing 15 posts - 9,331 through 9,345 (of 9,701 total)