Viewing 15 posts - 8,356 through 8,370 (of 8,760 total)
You can use a delete trigger, output the deleted into a table. Easy to use any of the security functions (CURRENT_USER, ORIGINAL_LOGIN(), SESSION_USER, USER, USER_NAME(), SYSTEM_USER) as a column default...
May 7, 2014 at 1:54 am
You are missing the increment of the counter, the code never hits it, improved code below
😎
--Set Variables for randomizing Information, et al
DECLARE @localChestTier int, @ItemLimit int, @counter int,@ItemCounter int
SET @counter...
May 7, 2014 at 1:02 am
SSIS + Script Task
or
Load to a table (SSIS/bcp/openrowset) and. search in SQL
or
Powershell...
or
External application
or
batch file + sqlcmd
or
....
😎
May 7, 2014 at 12:42 am
Quick question, is the recovery model the same and is there any difference in the connections, ie. isolation?
😎
May 7, 2014 at 12:19 am
KGJ-Dev (5/6/2014)
Hi Eirik,Am waiting for you Gentle Man. Any hope ?
This is a modification to Chris's code, just set the values for start id and record number and off it...
May 6, 2014 at 10:46 pm
May 6, 2014 at 3:10 pm
May 6, 2014 at 2:49 pm
Sorry for that, will be back with you in a short while.
😎
May 6, 2014 at 2:13 pm
Jeff Moden (5/6/2014)
rhythmk (5/6/2014)
Jeff Moden (5/5/2014)
May 6, 2014 at 2:12 pm
How about select top(x) from y where z > v order by z?
😛
May 6, 2014 at 2:06 pm
bedmett 9 (5/6/2014)
The triangle analogy could have been applied to how long it took to get to 2014 and the kind of computers available...
May 6, 2014 at 2:03 pm
Be careful here, all dynamic sql strings must be defined as N' string ', if missing the "N" in front, it will cause an implicit cast from (v)char to n(v)char,...
May 6, 2014 at 1:51 pm
sbaer (5/6/2014)
If possible, establish a single data collection point. From there it is easy to distribute the client's data to the appropriate destinations. In the central repository, maintain all the...
May 6, 2014 at 1:46 pm
sbaer (5/6/2014)
I work for a marketing and advertising firm. We don't have...
May 6, 2014 at 12:55 pm
Viewing 15 posts - 8,356 through 8,370 (of 8,760 total)