Viewing 15 posts - 3,946 through 3,960 (of 6,038 total)
Steve JP (4/24/2015)
April 24, 2015 at 11:45 am
If users demand access to the 'SA' account, then give it to them.
But first get rid of the default 'SA' and then create a new one having only the permissions...
April 23, 2015 at 2:55 pm
If a database architect, IT support, executive, or BI developer needs eleveated permissions to troubleshoot performance issues or run ah-hoc queries in production, you can setup something like a power...
April 23, 2015 at 2:11 pm
stakes (4/23/2015)
And did you ask what they want to be able to do?
I think every DBA should sit down with the application development team at least once a year and...
April 23, 2015 at 1:59 pm
For many of us, the role hasn't changed, it's just been defined using a new acronym, which makes it a lot easier if someone asked what we do.
DevOps, I...
April 23, 2015 at 12:44 pm
Charles Kincaid (4/22/2015)
In Japan would that be floor 4, and for the same reason?
Jeff:
Are you older than me? I guess that it could happen.
Also don't mess with disabled folks....
April 23, 2015 at 7:21 am
lptech (4/22/2015)
April 22, 2015 at 2:00 pm
ScottPletcher (4/22/2015)
Eric M Russell (4/22/2015)
ScottPletcher (4/22/2015)
April 22, 2015 at 1:24 pm
ScottPletcher (4/22/2015)
April 22, 2015 at 11:59 am
lptech (4/22/2015)
April 22, 2015 at 11:51 am
LearnSQL!!! (4/22/2015)
What is the best way to forecast\estimate space for non-clustered index on a table?
Example :
Table name : Test123
Row : 170000000
Reserved : 18000000 KB
Data : 70000000 KB
Index: 40000000...
April 22, 2015 at 11:05 am
Really, Google itself is just a massive honeypot used by marketing dicks to brand us and retail our browsing habits.
April 22, 2015 at 10:44 am
jay-h (4/22/2015)
Eric M Russell (4/22/2015)
...However, the actual error message is a shill. If the perp tabs over to Google and searches on "Error: 8514294078", now their IP address (and maybe...
April 22, 2015 at 10:20 am
Wayne West (4/22/2015)
Eric M Russell (4/22/2015)
Conceptually, it's like when the police leave an "abandoned" car on the side of the road and wait for theives. ...
Law enforcement has a honeypot...
April 22, 2015 at 9:30 am
There is no need for sp_executesql.
This should work as is.
SET @AlterSQL = 'ALTER TABLE ' + @DestinationTableName
+ ' ADD ' + @TempColumn + ' int;'
EXEC (@AlterSQL)...
April 22, 2015 at 8:52 am
Viewing 15 posts - 3,946 through 3,960 (of 6,038 total)