Viewing 15 posts - 31,066 through 31,080 (of 39,824 total)
Are clients connecting now? They shouldn't be if they're using server name. If they're using IP, it should work.
October 9, 2007 at 1:50 pm
There are some products that can restore a single object, but they'll pull back the data for that object.
Otherwise if you just want the objects, no data, then I'd use...
October 9, 2007 at 8:32 am
Space is row length * rows.
So you can work out the max for a row, but it doesn't give you space used by a table. There are other scripts that...
October 9, 2007 at 8:31 am
There are quite a few things that you can't do in Enterprise Manager against 2005 servers. You'll need to move to SSMS.
There's a facility for running DTS packages in 2005....
October 9, 2007 at 8:30 am
First, please don't post in all CAPS.
There's no easy way to explain this. The query optimizer runs through a number of plans and tries to guess which indexes or joins...
October 9, 2007 at 8:28 am
I took that series (431, 441, 443, 444) and I thought 431 was the hardest. There were a lot of configuration and admin type questions, which I thought were nit...
October 9, 2007 at 8:19 am
Bottom line is you can. You won't hurt the database server or data, but users might have app issues.
October 9, 2007 at 8:15 am
We have these set up as redirects for tracking purposes. It helps us to go back and see which links are popular.
We've included the source from which the link comes,...
October 9, 2007 at 8:13 am
Go with R10 if you can afford it. Separate logs and data.
October 9, 2007 at 8:09 am
nope. This is a major shortfall of maintenance plans.
I've used scripts instead to power backups. It's easy to find some on this site or others, which will scan for non-system...
October 9, 2007 at 8:06 am
For one, worker threads shouldn't be set to the max. The default of 255 will handle 1000 sessions.
Second, as Colin asked, what else have you changed?
October 9, 2007 at 7:58 am
reboot.
Something's wrong. I've seen this at times and the only thing that will clear it is a restart of SQL Server. The rollback will likely completely quickly when it restarts.
October 9, 2007 at 7:55 am
select * from information_schema.columns where table_name = 'Customers'
will give you the max length of the values, but the issue is that each row can have different data. What exactly are...
October 9, 2007 at 7:54 am
While I agree with the two responses above, why do you want to do this? I'd be curious to know what you're trying to achieve.
October 9, 2007 at 7:52 am
I tend to agree with Colin and Grant, but which is which in the batch %? You have Query One twice.
October 9, 2007 at 7:51 am
Viewing 15 posts - 31,066 through 31,080 (of 39,824 total)