Viewing 15 posts - 2,026 through 2,040 (of 7,498 total)
- consider an "on delete" trigger to perform your insert into tableB
- On insert in tableA, you could also use an "insert" trigger to fetch the available missing data from...
May 26, 2011 at 1:13 pm
I haven't performed such an action (edition upgrade) from 2005 to 2008 myself but
wouldn't such an action need a setup from the commandline using /ACTION=editionupgrade ?
May 23, 2011 at 2:31 pm
Just some feedback ...
I use 2 clocks ( mainly for myself ! ):
1) single beep notification: to drink a bit of water. Prevention measure no1.
...
May 23, 2011 at 1:13 am
.... After upgrade the the database still shows version 9. ...
Must have confused me.
Did the upgrade succeed or didn't it ?
May 23, 2011 at 12:45 am
I've seen the same behaviour.
You'll have to alter the dblevel yourself if desired (even for system db)
That's one of the reasons why I don't upgrade an instance, but prefer...
May 22, 2011 at 1:17 pm
george sibbald (5/20/2011)
On the other hand you would have to have sperate disk resources for the new...
May 20, 2011 at 9:24 am
John Mitchell-245523 (5/20/2011)
ALZDBA (5/20/2011)
I had the impressions that would only be the case in active/active setups
You're quite right - I said active-passive but I meant to say active-active. I'll...
May 20, 2011 at 6:22 am
colin.Leversuch-Roberts (5/20/2011)
May 20, 2011 at 6:00 am
John Mitchell-245523 (5/20/2011)
Be aware that if you go active-passive then your licensing costs double, since you have to pay for a licence for each node that SQL Server runs on.John
I...
May 20, 2011 at 5:54 am
concerning the number of active connections ... that is not a problem because you'll have to stop and restart the sqlinstance anyway to actually have it using your tempdb files...
May 20, 2011 at 12:04 am
Mind me asking why would you want to your instance to be in single user mode ?
Couldn't a user db in restricted user mode serve you well enough ?
May 19, 2011 at 2:26 pm
This is what I would propose:
As last step of your JobA just run a ISQL script connecting to your ServerB and raising an alert at that sql instance and have...
May 19, 2011 at 11:43 am
dito.
Never seen it being used that way, never been pointed to this "feature" at any course followed and so we just never used it that way, but this opens a...
May 16, 2011 at 11:53 pm
Maxer (5/16/2011)
...I could store it in a temp table and return that.
...
AFAIK the scope of a returned result set is the calling proc, unless you store it in a table...
May 16, 2011 at 12:30 pm
Viewing 15 posts - 2,026 through 2,040 (of 7,498 total)