Viewing 15 posts - 17,386 through 17,400 (of 39,834 total)
Door
replaced my garage door opener this weekend. And it works!
December 6, 2010 at 7:49 am
I pinged a few people for you, and edited to remove your phone number. Not a great idea to post that publicly.
December 6, 2010 at 7:49 am
First, it depends on how you have connections. Most applications make a connection, run a query(ies) and then disconnect. Through web pages, typically you have many more people on the...
December 6, 2010 at 7:43 am
The system databases are:
master, model, msdb, tempdb, ReportServer, ReportServerDB
You can identify them with an IN clause
...WHERE name not in ('master', 'model', 'msdb', 'tempdb', 'ReportServer', 'ReportServerDB')
December 6, 2010 at 7:39 am
Mirroring doesn't affect the log, with the exception that the log is needed to send the data to the mirror database.
If you don't need full recovery mode, why not just...
December 6, 2010 at 7:36 am
There isn't a good way. Since the user can change the name in the connection string of the application, there is nothing you can do here to prevent it. What...
December 6, 2010 at 7:25 am
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
Viewing 15 posts - 17,386 through 17,400 (of 39,834 total)