Viewing 15 posts - 21,226 through 21,240 (of 39,831 total)
Selecting the execute permission in SSMS is the same as executing the GRANT in T-SQL. You should be fine.
The permissions are in the role, not the stored procedure.
December 26, 2009 at 12:21 pm
The snow's up here in Colorado! We had a white Christmas with my oldest and wife going skiing 🙂
December 26, 2009 at 9:15 am
AFAIK, you cannot commit that transaction. How would the server know if all work has been done for the transaction? Another connection can't necessarily know that, so the only thing...
December 26, 2009 at 9:14 am
That should be fine, though a couple notes.
1. Should be OK, you didn't add the dbo role to this role, correct?
2. You add permissions to the role, you don't...
December 26, 2009 at 9:04 am
There is also Shared Scalable Databases (http://msdn.microsoft.com/en-us/library/ms345584%28SQL.90%29.aspx)
Or you can replicate read only data to other servers and have one central write server. As John mentioned, there is no load balancing...
December 26, 2009 at 8:30 am
George is correct, watch the log. The log transactions should not clear until they've been copied out of the distributor, even with log backups. So your log may grow if...
December 25, 2009 at 5:12 pm
What do you need to do with SQL Server? It's a huge platform. I guess that a basic t-SQL course would make some sense. there's a tutorial here: http://www.w3schools.com/SQl/default.asp
I'd also...
December 25, 2009 at 10:53 am
I think this large log file is the publisher, correct?
If so, the log file could be there if you have replication troubles. Things can't be cleared from the log until...
December 25, 2009 at 10:49 am
Expire means that the space can be resused, not that the file/data is removed. As Jeffrey mentioned, you need to cleanup yourself.
December 25, 2009 at 10:47 am
Barry, I'd love to come, but the timing doesn't work for me. I'll look forward to seeing one in 2011, and I'll try to come out.
December 25, 2009 at 10:44 am
Nice job, Tim! I enjoyed reading it.
December 24, 2009 at 3:10 pm
No, I'd leave slightly more than 1GB for the OS. I might leave it 1.5 or 2GB, then set the rest for SQL Server. The value, I believe, is in...
December 24, 2009 at 3:09 pm
I'm not sure I'd advocate skipping them, but they could be low key, take an afternoon off, potluck, and small recognitions at work, just to remind people that they are...
December 24, 2009 at 3:07 pm
I would second Jeffrey's note about changing to simple model if you don't need recovery. Otherwise, you need to run log backups.
December 24, 2009 at 3:06 pm
there should be a setup log that has more information for VS and SQL Server. It's usually a text file that you can read.
I'd remove all SQL server stuff if...
December 24, 2009 at 3:06 pm
Viewing 15 posts - 21,226 through 21,240 (of 39,831 total)