Viewing 15 posts - 3,616 through 3,630 (of 9,399 total)
The question sounds like you want to create an audit table. Like J Livingston pointed out, this is a SQL Server forum.
March 12, 2016 at 7:46 am
MotivateMan1394 (3/11/2016)
And dear Lynn Pettis :
The big question here, is this something your employer is tasking you to accomplish or are you just trying to find a way...
March 12, 2016 at 7:41 am
cory.bullard76 (3/11/2016)
If Field A is null then field B if field B is null then field C...
March 12, 2016 at 7:34 am
J Livingston SQL (3/12/2016)
also how do you determine whether the "datetime" entry is an "IN" or "OUT"
This is an important question to be answered. Without the scan type, I...
March 12, 2016 at 7:28 am
Eirikur Eiriksson (3/11/2016)
TheSQLGuru (3/11/2016)
Someone needs to benchmark the STRING_SPLIT() function coming out in SQL Server 2016 and update the main article!
Very quick on Azure, only caveat is that...
March 12, 2016 at 7:01 am
J Livingston SQL (3/12/2016)
SQL!$@w$0ME (3/12/2016)
Thanks a lot Alan! Will the update also fails if an empty string is passed?
suggest you try it 🙂
UPDATE #yourtable
SET c4...
March 12, 2016 at 6:55 am
Like Grant said, this isn't much to go on. I've never virtualized SQL before, so I don't consider myself qualified to address that part. I'm going to start...
March 12, 2016 at 6:53 am
djj (3/11/2016)
Ed Wagner (3/11/2016)
Grumpy DBA (3/11/2016)
TomThomson (3/11/2016)
Grumpy DBA (3/11/2016)
Manic Star (3/11/2016)
AnalogBurton (I'm sure no one will get this...)
SnowBoards
(nice, Analog is a line of snowboard clothing produced by Burton)
Bindings
Ski
Bunny
Easter Egg
March 11, 2016 at 9:19 pm
Alan, I stand corrected. I've never seen it done this way. I learned something new, so thank you.
March 11, 2016 at 9:12 pm
I hope you're planning on doing some serious index maintenance after all this shrinking. Shrinking data files tends to fragment indexes to 99%, so it will be necessary.
March 11, 2016 at 8:19 pm
You may already know this, but having that leading wildcard in the search will prevent SQL Server from using an index on that column, so your query is going to...
March 11, 2016 at 8:06 pm
You need one check constraint for each column.
March 11, 2016 at 7:42 pm
Grumpy DBA (3/11/2016)
TomThomson (3/11/2016)
Grumpy DBA (3/11/2016)
Manic Star (3/11/2016)
AnalogBurton (I'm sure no one will get this...)
SnowBoards
(nice, Analog is a line of snowboard clothing produced by Burton)
Bindings
Ski
March 11, 2016 at 12:36 pm
TomThomson (3/11/2016)
March 11, 2016 at 11:45 am
TomThomson (3/11/2016)
Ed Wagner (3/11/2016)
Jeff Moden (3/11/2016)
TomThomson (3/11/2016)
March 11, 2016 at 11:42 am
Viewing 15 posts - 3,616 through 3,630 (of 9,399 total)