Viewing 15 posts - 1,981 through 1,995 (of 2,496 total)
My understanding is there will almost certainly be some form of 'free' SQL Server 2008. In the meantime, you can download the SQL Server 2008 CTP, which is the Developer...
August 29, 2007 at 3:47 am
Simon may be a rookie in this forum, but he has given a comprehensive and correct answer to the problem.
August 29, 2007 at 3:43 am
Jon,
It looks like you are now getting process details using sp_who and sp_who2, which is often what you need to do. This is because the process display in SQL Server...
August 29, 2007 at 3:40 am
I really don't like any of the responses that suggest switching between an active and a passive table while you reload the passive table. As stated in the first post,...
August 29, 2007 at 3:19 am
We run DTS in a scheduled job. Some job owners are sysadmins and some are not. The biggest problem is file permissions - you need to check everything using the...
August 23, 2007 at 2:59 am
I think people are trying to distinguish between standard SQL Server backup and restore (native mode) and using vendor products (Litespeed, Redgate, BMC, etc) to do backups.
August 23, 2007 at 2:47 am
We use some 'generic maintenance' scripts to do backups, integrity checks, index rebuilds, etc on our servers. They do not use maintenance plans mainly because maint plans are limited in what...
August 23, 2007 at 2:45 am
Every now and then I try out the Microsoft search process to see it has improved. So far I always go back to Google.
Even when searching for items on the...
August 23, 2007 at 2:27 am
Another factor to add to Colin's list. When SQL starts and wants to allocate AWE memory, the amount you ask for must be availabe. If you ask for too much,...
August 21, 2007 at 2:46 am
"If you think education is expensive, try ignorance". Educating staff so they can write efficient applications is the most cost-effective way to go, but what about the applications they wrote...
August 17, 2007 at 2:45 am
Our standard is to rename the sa account. Use ALTER USER sa WITH NAME = 'something'. This makes it impossible for anyone to log on using an account name of sa. ...
August 16, 2007 at 3:21 am
Back in the mid-90s when SANS were new and mainly used just for mainframes, a major bank had a very little problem with one of their SANs. A microcode upgrade...
August 16, 2007 at 3:11 am
There are a few threads in this forum about upgrading to SQL Server 2005. It is worth searching for them as there are a lot of posts about the issues...
August 16, 2007 at 2:56 am
Either way would work. Effectively you are doing a vertical partition on your data, so use the normal design criteria for checking if this is worthwhile. FTS would not care...
August 15, 2007 at 4:31 am
If you do not want SQL to spend time doing a data type conversion for every row in the query, you should make the 80 into a character string ...=...
August 15, 2007 at 4:26 am
Viewing 15 posts - 1,981 through 1,995 (of 2,496 total)