Viewing 15 posts - 54,811 through 54,825 (of 59,078 total)
GilaMonster (9/29/2007)
TempDB has a DBID of 2, always.
Teaching how to fish... 😉
September 29, 2007 at 3:45 pm
noeld (9/28/2007)
... Running sp_HelpDB will allow you to figure out the DBID ...
select db_name(dbid)
Cheers,
Heh... yeah... that'll work if you know the DBID... won't help you find the DBID for...
September 29, 2007 at 3:40 pm
Ninja's_RGR'us (9/29/2007)
I know this data should be kept separate from...
September 29, 2007 at 3:34 pm
Phil Factor (9/11/2007)
is a popular introductory article on the technique
Well, I'll be damned... Now I know who to blame... 😀 (NOT Phil... Pop Rivet!)
I've had a bit...
September 29, 2007 at 10:47 am
Hi Bob...
Just confirming... how many rows does the following update?
4) The _Change fields would be the difference between the day before and the current day for the specific type. This...
September 29, 2007 at 10:03 am
In that article, the part that would work for a view looks like this...
SELECT emp_id, lname, fname, job_id,
(SELECT COUNT(*) FROM employee e2 WHERE e2.emp_id <= e.emp_id AND e2.job_id =...
September 28, 2007 at 8:59 am
Max (9/27/2007)
Jeff,I am using the Export Wizard.
Thanks
Don't know much about that in 2k5 and I usually don't use DTS in 2k.
One of the "problems" (and, advantages) of RDBMS's, is that...
September 28, 2007 at 8:44 am
Webrunner...
Gail has it right.
I'm always curious about deletes though... why are you deleting instead of just "end dating" or deactivating? Seems like you're losing some history...
September 28, 2007 at 8:38 am
You mean the same ones that RPAD in SysProcesses? 😀
September 28, 2007 at 8:33 am
Why don't you just make a linked server betweeen the two environments and do the insert from the linked server?
September 27, 2007 at 8:00 pm
Don't try to decrypt the whole table... encrypt the data you're searching for instead. Don't forget to add an index.
September 27, 2007 at 7:51 pm
Cool... but it's customary to thank folks by posting the code that you used to make it work 😉
September 27, 2007 at 7:47 pm
Heh... how quickly you all forget... there were TWO of the bloody damned things 😛
September 27, 2007 at 7:46 pm
C'mon... you know better than to make us ask you for the table/column schema... it looks like your dates are Integer based, but who can tell??? :blink: And,...
September 27, 2007 at 7:40 pm
What are you using to do the actual export?
September 27, 2007 at 7:21 pm
Viewing 15 posts - 54,811 through 54,825 (of 59,078 total)