Viewing 15 posts - 2,956 through 2,970 (of 6,038 total)
Wayne West (1/21/2016)
Eric M Russell (1/21/2016)
January 21, 2016 at 10:08 am
ZZartin (1/21/2016)
Eric M Russell (1/21/2016)
Alex Gay (1/21/2016)
Eric M Russell (1/21/2016)
January 21, 2016 at 9:35 am
Also, Microsoft TechNet provides pre-configured virtual labs (a browser based on-demand VM) to go along with topical step-by-step instructional videos. You only need a Microsoft Live login ID to spin...
January 21, 2016 at 9:22 am
When you say "foreign", I assume you mean identifying any characters not belonging to the Latin General language. Maybe I'm way off base, but as a first stab, experiment to...
January 21, 2016 at 9:09 am
Alex Gay (1/21/2016)
Eric M Russell (1/21/2016)
January 21, 2016 at 8:49 am
What I've done is create a change order ticket for each deployment. ServiceNow happens to be the production control system we use. Within the source control system for each project...
January 21, 2016 at 8:40 am
How about a licensing model that simply charges for and caps the number of concurrent connections or non-system session SPIDs without concern for number of cores, distinct users (CAL), or...
January 21, 2016 at 8:10 am
Eirikur Eiriksson (1/20/2016)
...
Quite impressive, 28 operators in the execution plan, parallel execution, four full table scans and I'm now putting out the fire ignited by the CPU when running this...
January 21, 2016 at 7:14 am
Here you go. It's entirely possibly for multiple rows, or multiple columns within the same row, to tie for having highest date, so it will potentially return multiple rows in...
January 20, 2016 at 2:48 pm
Jonathan-Fussell (1/20/2016)
January 20, 2016 at 2:31 pm
Someone should do a spoof of the mockumentary film 'A Day Without a Mexican'. The premise and title would be: 'A Day Without a DBA'.
January 19, 2016 at 3:16 pm
Ed Wagner (1/19/2016)
Eric M Russell (1/18/2016)
Ed Wagner (1/18/2016)
January 19, 2016 at 6:55 am
Jacob Wilkins (1/18/2016)
Eric M Russell (1/18/2016)
Why not use the T-SQL bitwise operators?https://msdn.microsoft.com/en-us/library/ms174965.aspx
...
Yup, that's what my proposed solution does. Just have to account for the fact that the bitwise operator is...
January 18, 2016 at 2:54 pm
Why not use the T-SQL bitwise operators?
https://msdn.microsoft.com/en-us/library/ms174965.aspx
For example:
3 & 0 = 0
3 & 1 = 1
3 & 2 = 2
3 & 4 = 0
123456 & 1 = 0
123456 & 2...
January 18, 2016 at 2:19 pm
Viewing 15 posts - 2,956 through 2,970 (of 6,038 total)