Viewing 15 posts - 451 through 465 (of 472 total)
UPDATE <table_name>
SET <field_name> = 'Haverhill'
WHERE <filed_name> = 'haverhill'
June 5, 2007 at 12:53 pm
Yep. It was smart enough to realize I screwed with it and refused to attach. The link above worked out for us though.
April 30, 2007 at 8:24 pm
Do you have any startup paramaters that try to look at that drive, or have the default data or log location set to a location on that drive?
March 13, 2007 at 8:38 am
If using SP2 SSMS to talk to servers that do have SP2 installed, is there still the maint. plan issue?
February 26, 2007 at 7:12 am
When you use Windows authentication, it doesn't let you enter a password or check that box
January 23, 2007 at 7:13 am
When we change our Windows passwords, and then start using SQL Server Management Studio, using windows Authentication, it ends up locking out our Windows accounts.
It does it for a day...
January 22, 2007 at 7:18 pm
I don't remember the syntax off the top of my head, but there is also a way to create a view that will prevent a user from making inserts/updates/deletes against...
January 19, 2007 at 7:58 am
Has anyone tried an in-place upgrade fro SQL2000 Standard to SQL2000 Enterprise.
I am looking into it because I want to be able to use more than the 2GB of...
November 20, 2006 at 1:12 pm
I know that it runs as the sql server agent account. But I've had the network guys set that account up to have the same permissions that my account has...
November 13, 2006 at 7:06 am
SQL Server has command line support. You could probably create a batch file that executes the stored procedure (or DTS package), and put a shortcut to that batch file on...
August 18, 2006 at 9:31 am
Right after I posted this, I noticed the little banner for APEXSql tools (apexsql.com) and have been playing arround with a trial version of their ApexSQL Doc product.
It doesn't...
August 18, 2006 at 8:51 am
I get this problem every now and then. I've pretty much narrowed it down to java apps (especially if the connections are managed by Tomcat) not closing connections properly.
The only...
August 18, 2006 at 7:04 am
I've never done this with MySQL, but have done it with DB2, Access, Excell, and Text Files. I would imagine if you can find an ODBC driver that will talk...
August 18, 2006 at 6:54 am
Viewing 15 posts - 451 through 465 (of 472 total)