Viewing 15 posts - 30,346 through 30,360 (of 39,821 total)
Active Threads (to the left) shows threads that have a post since your last login. The reply count is given, so you can see if there have been answers.
December 12, 2007 at 9:31 pm
Anyplace has lots of opportunities. Check monster.com or dice.com to see where in the US or UK might have lots of open jobs.
December 12, 2007 at 9:29 pm
I love long reports. When I get a request for something really outrageous, I tend to break it up or summarize things since that's what people usually want.
It's interesting to...
December 12, 2007 at 9:28 pm
What is the error? I'm surprised it doesn't drop.
Is it a problem if it's disabled?
You can always start a transaction, enable the trigger, drop it, commit the transaction.
December 12, 2007 at 9:24 pm
What are the problems with a striped backup? How do problems occur in Management Studio/EM with striped backups?
In 2005, how can I make a copy of a backup automatically in...
December 12, 2007 at 9:23 pm
SQL Server handles the locking. There's no reason to worry about two users writing at the same time. Each connection is separate and locking occurs on a first come first...
December 12, 2007 at 9:22 pm
Which version of SQL Server?
Please post questions in the appropriate forum. This isn't the place that would make the most sense. Post it in the admin forum for your version.
December 12, 2007 at 9:19 pm
I don't believe you can upgrade the instance. You can install Developer Edition as another instance or you can detach your databases, uninstall Express, and then install Developer.
All upgrades or...
December 12, 2007 at 9:15 pm
Haven't tried it from the 2.0 wizard, but an insert should be an insert. Check the table, look for triggers, be sure you're inserting the proper data types in the...
December 12, 2007 at 9:14 pm
Why do you need this during production hours? You should have enough space free in your database to last for some period of time, a month, 6, a year, something....
December 12, 2007 at 9:10 pm
I assume you're run the uninstall and deleted registry keys.
Did the cluster get uninstalled from Windows or just SQL Server?
Sorry you're having a bad day. Get some coffee.
December 12, 2007 at 9:09 pm
If you rebuild your indexes, then it should update the count in sysindexes.
For transferring data, use a consistent method, and I'd select using a query from QA.
December 12, 2007 at 9:08 pm
I think your boss does not understand how a log works. It's not like a log file written by IIS. It's a circular file that's used to record the transactions...
December 12, 2007 at 3:44 pm
There isn't any reason to delay things in SQL Server. The app can submit stuff to SQL Server, to a stored procedure for processing as quickly as it can. Then...
December 12, 2007 at 3:43 pm
Moved to a more appropriate forum.
December 12, 2007 at 3:38 pm
Viewing 15 posts - 30,346 through 30,360 (of 39,821 total)