Viewing 15 posts - 9,241 through 9,255 (of 9,701 total)
Thanks for the blog, Jorg! I appreciate it!
November 26, 2007 at 11:37 am
WANT MORE FEATURES!!!!
Sorry, couldn't resist. @=)
The Scope Creep discussion reminds me of a moment at one job where the developers worked their butts off designing a website solution (tied to...
November 26, 2007 at 11:34 am
Andy Warren said:
Good stuff, even if I don't rank up there with Brian & Steve!
On the contrary, Andy. You definitely rank up there with those two! Your...
November 26, 2007 at 6:18 am
Unfortunately, using the LIKE operator always affects query performance. For one, if you use the wildcard on both sides of the search syntax, then you can inadvertantly generate tablescans.
The...
November 26, 2007 at 5:06 am
What error are you getting with the Flat File Source?
And what datatype is the column you're importing this data into?
November 26, 2007 at 5:00 am
I take it you don't have any previous backups (to the one you're currently using) that might have these 8 tables on it?
There are some disk recovery services that might...
November 26, 2007 at 4:57 am
If all else fails, change the order of your tables. @=)
Sometimes with INNER JOIN table order doesn't matter, but I usually go from the table that's likely to have the...
November 26, 2007 at 4:51 am
That's a good point, John. Unfortunately, when I was studying for my cert, I didn't know of any local users groups. They don't advertise very well in my...
November 26, 2007 at 4:37 am
If you're writting your syntax properly and not coming up with the result set you expect, there could be one of two problems.
1) You're using the wrong keys to join...
November 26, 2007 at 4:32 am
anjanasl,
To expand on what Matt said, probably you're saving your backup to a previously created backup device which itself has two media families. Are you doing this through the...
November 26, 2007 at 4:26 am
Just an FYI. If you want to append anything, dates, times, characters, to a name (table/column/backup file) in a SQL Script, generally you have to build it in a...
November 26, 2007 at 4:23 am
Or, would you break the mirror and use 4 disks to create a Raid 1+0 and then the other three disks for Raid 5 (for TempDB & the user logs)?
November 20, 2007 at 9:00 am
Break the mirror. Configure one side of the mirror for your Raid 5 (for the user databases). Detach the databases and move a copy of their data files...
November 20, 2007 at 8:59 am
I'm glad it worked.
One thing I would do, if I were you, is to head out to MS's bugs & suggestions forum and see if anyone has reported this as...
November 20, 2007 at 8:40 am
Viewing 15 posts - 9,241 through 9,255 (of 9,701 total)