Viewing 15 posts - 7,846 through 7,860 (of 9,707 total)
You should be able to use an Execute SQL Task to check the fragmentation amounts and then have a conditional precedent to lead up to the reorganization task. But I...
July 8, 2010 at 9:15 am
You have to use a data conversion task to change the data from WSTR to STR or vice versa. It's like the difference between unicode and non-unicode characters. In fact,...
July 8, 2010 at 9:11 am
What kind of login / permissions are your connection managers using?
July 8, 2010 at 9:09 am
What you need to do is define a variable with a Global scope (or within the scope of the container that both tasks are in). Then in the Execute SQL...
July 8, 2010 at 9:08 am
PeterG-377490 (7/8/2010)
Sales transaction database. 100's millions of rows. I built an access front end for users to view reporting.
Sounds like if i let the sales columns...
July 8, 2010 at 8:45 am
Ah, my probationary period for one job started right in the middle of a major project. There'd been over a hundred scope changes the the project was due the end...
July 8, 2010 at 7:56 am
What do you mean summary? And why would someone need to send you their resume?
July 8, 2010 at 4:27 am
Good point about the TRUNCATEONLY issue being only data files. Maybe that's what I was working on, I don't remember.
Alen, are you getting a specific error message when you try...
July 8, 2010 at 4:25 am
PeterG-377490 (7/7/2010)
July 8, 2010 at 4:20 am
iqtedar (7/7/2010)
July 7, 2010 at 12:41 pm
Did you try running the DBCC Shrinkfile with TruncateOnly after or before the EmptyFile?
ISTR going through this and I had to run both of them (don't remember the order) before...
July 7, 2010 at 12:33 pm
PeterG-377490 (7/7/2010)
I am NOT a DBA but have enough knowledge to do damage.
Don't worry. We all started that way.. @=)
PeterG-377490 (7/7/2010)
July 7, 2010 at 12:28 pm
As the others have said, this is all built into SQL Server already. And if there's an alert you can't find, but want, you can make your own.
And on jobs,...
July 7, 2010 at 12:20 pm
Eugene Elutin (7/6/2010)
It doesn't uses FranchiseID in the TaxID...
July 7, 2010 at 8:44 am
I just realized I'm going about this all wrong. I don't need *random* numbers specifically. I just need numbers that are NOT the TaxID. Which means I can use a...
July 7, 2010 at 8:41 am
Viewing 15 posts - 7,846 through 7,860 (of 9,707 total)