Viewing 15 posts - 1,816 through 1,830 (of 4,272 total)
All the environments I've been in typically use a two hop approach, backups are written to disk and the backups are then swept to tape which are taken offsite. ...
December 20, 2010 at 10:01 am
I'm *guessing* but does the owner of the database or the caller exist as a user in the msdb database and exist in that role? You are crossing a...
December 20, 2010 at 9:53 am
Well Grant can correct me if he feels it necessary, but there are very few cases where I would want to setup mirroring, I'm really hesitant about the two-phase commit...
December 20, 2010 at 9:43 am
when the database is created on the destination side set its size close to or above the ending size it will be, limit the number of times it has to...
December 17, 2010 at 3:59 pm
It depends.. Sorry, but it does..
Initially the 60 row table probably will, but I can think of several possible factors:
1. Table width, how many columns, how wide are the...
December 17, 2010 at 3:01 pm
That 14hours is probably better than it would be if it was 32-32..
Are the database files pre-sized? If not then it will spend a lot of time growing them.....
December 17, 2010 at 2:55 pm
Per Microsoft, the backup structure between 32 and 64-bit is the same, so you can restore backups between the same version but different architectures at will.
CEWII
December 17, 2010 at 2:50 pm
I have to agree with Lowell, you are between the proverbial rock and a hard place.
Being a fella who doesn't generally believe in always or never it pains me to...
December 17, 2010 at 2:48 pm
I think Ed is on the right track, doing this at the DB instead of in SSIS is a better approach. SSIS does not offer a between type lookup,...
December 17, 2010 at 2:37 pm
I would probably opt for transactional replication then. It requires some setup but isn't too heavy on the source system. I would definitely replicate to another database and...
December 17, 2010 at 2:29 pm
Although not pretty, you could build a SQL agent job that runs often (every 1-2 minutes) that looks for the command and kills the connection if it sees it. ...
December 17, 2010 at 2:22 pm
techzone12 (12/17/2010)
Yes this procedure already exists.Thanks
So what happens when you move it to production? Also, what kind of source control tool or methodology are you using? Do...
December 17, 2010 at 2:13 pm
I would ask two questions before positing a solution.
Is this for a LOT of tables or just a couple? I know that auditors would LOVE to have this for...
December 17, 2010 at 2:07 pm
I would point out that if you compile this code on a new database it will fail..
The ALTER statement only works when it already exists. you might look at...
December 17, 2010 at 1:41 pm
Viewing 15 posts - 1,816 through 1,830 (of 4,272 total)