Viewing 15 posts - 17,461 through 17,475 (of 39,903 total)
Great job and this is a reference I'll keep around.
December 6, 2010 at 6:53 am
What are you trying to accomplish here? The rights a login has do not change based on the application. That's fundamentally different than how SQL Server as a platform is...
December 5, 2010 at 6:06 pm
You are getting an implicit conversion, expecting SQL Server to convert those integer values for you. As Jeff mentioned, you want to use quotes around dates to explicitly state the...
December 5, 2010 at 6:04 pm
I think the message is that those that write software need to be able to concentrate without interruptions or distractions. The loss of productivity is a cost that could be...
December 5, 2010 at 5:59 pm
The names of the groups do not matter. They will not be changed automatically, but you can change them if you like.
December 5, 2010 at 5:55 pm
As Gail mentioned, you really need to restore from backup. At the very least, you'd need a backup to tell you what rows are gone. In this case, I would...
December 5, 2010 at 1:36 pm
Just about to put an SSD in my laptop for VMs and I will be interested to see how it helps.
I think SSDs have a place for some operations, but...
December 5, 2010 at 1:34 pm
I think he wanted it to, but wasnt' interested in the beta versions. I know we talked to a guy at MS that was looking at a translation driver that...
December 5, 2010 at 1:32 pm
I don't think you can generate a script from either the database or the objects from T-SQL. SMO has an method to support this, and you can right click a...
December 3, 2010 at 7:14 pm
Delete the 50 in the script you don't need. Or figure out how you determine which 150 you need. There isn't a script that can read your mind to determine...
December 3, 2010 at 4:23 pm
You need to read up on this. It's really something that's not easily explained in detail. However the connection strings that are used by clients can determine how the client...
December 3, 2010 at 4:22 pm
December 3, 2010 at 9:40 am
It depends on how users connect to the computer.
If you are not sure, then change both.
December 3, 2010 at 9:37 am
Viewing 15 posts - 17,461 through 17,475 (of 39,903 total)