Viewing 15 posts - 1 through 15 (of 2,903 total)
Database admin makes sure the data is accessible.
Database programmer accesses the data and provides it to others.
-SQLBill
October 5, 2017 at 3:33 pm
To answer the question you asked....I have found that if I stop the DBCC SHRINKFILE before it ends, it doesn't do anything....I still have the same amount of free space...
March 23, 2017 at 2:32 pm
March 22, 2017 at 12:50 pm
One big issue with SA isn't just that they can access other databases and do things with them, they can also access/alter the 'externals'. Things like changing MAXDOP, granting xp_cmdshell,...
March 21, 2017 at 2:46 pm
One rule of thumb I follow is:
If you want the user to be able to enter a value, include it as a required parameter, but supply a default in...
March 21, 2017 at 2:39 pm
March 15, 2017 at 11:34 am
When you do CHECK CONSTRAINT, it means what it says....it has to check the constraint against all values. So your entry violates the FK constraint and you need to check...
March 10, 2017 at 12:13 pm
March 10, 2017 at 12:09 pm
My understanding, and I'm sure someone will correct me if I'm wrong, is that the issue is you set the table back to CHECK CONSTRAINT. That causes the tables to...
March 10, 2017 at 8:38 am
Are you positive your query window is connected to the correct server/database?
I've had issues where I have connected to two or more different servers and when I open...
February 22, 2017 at 2:36 pm
BrainDonor - Friday, January 27, 2017 1:30 AM
Naw, I want this one:
https://www.sunfrog.com/LifeStyle/SQL-SERVER-DATABASE-ADMINISTRATOR-BADASS-Black-Guys.html
-SQLBill
January 27, 2017 at 3:19 pm
It's hard to help with so little information. We don't know where your database is or how you are trying to connect. So, based on what you did provide, I'd...
January 26, 2017 at 11:38 am
The only way I know of to run SSMS as a different user is:
Start>All Programs
Find the version of SSMS you want
Shift&Right Click on the SSMS option
That...
January 26, 2017 at 9:19 am
Viewing 15 posts - 1 through 15 (of 2,903 total)