| Thread | Last Post | Replies |
|
| how to make a duplicate of a table? | 30 Jul 2007 23:09 GMT | 2 |
is it possible to make a duplicate of a table (with another name of course) with a command like 'copy' or 'duplicate' or ...? Thanks Chris
|
| index versus 'order by' question | 30 Jul 2007 22:15 GMT | 4 |
I'm a little bit confused about index and 'order by'. 1) when doing 'order by' in a select statement, the table is sorted, even if no index is defined. How does sql server then sort the table? 2) does an index (non clustered) sort data or it's only used for retrieving
|
| Check Catalog Msg 3853, State 1 | 30 Jul 2007 16:16 GMT | 2 |
I am working a SQL Server that was improperly upgraded. The person who installed SQL 2005 blew away the SQL 2000 installation and just restored the database to a new installation of SQL 2005. Now, DBCCs result in the following error message. How does one repair this
|
| "mmc could not create the snap-in" launching SQL EM | 30 Jul 2007 13:10 GMT | 7 |
I've put this in setup since it seems setup/config has been corrupted. I'm getting several MMC errors, the most problematic is not being able to run EM on my dev box! I get "mmc could not create the snap-in" and a red x. This happens in my custom consoles, as well as a straight ...
|
| SQL 2005 and Terminal Server | 30 Jul 2007 02:18 GMT | 2 |
I understand TS is not supported by SQL 2005 in any type of clustering. But can SQL 2005 be installed on a TS (it is in application mode) as a single TS and single instance of SQL 2005 (no clustering of either)? TIA
|
| Backing up transaction logs gives poor performance. | 28 Jul 2007 19:37 GMT | 11 |
I have a problem with SQL server being very slow to access and use while I'm backing up transaction logs. I'm backing up the logs every half hour, and it makes the whole thing run so slowly it's driving the users nuts. It puts the application into a spin while the logs are being ...
|
| SQL Server setup failure : cannot alter the login 'sa' | 28 Jul 2007 14:22 GMT | 1 |
Can someone guide on the following SQL Server setup error? Installation details:- SQL Server 2005 Std. Edition Non-default instance
|
| SQL 6.5 and SQL 2000 co-existence | 28 Jul 2007 02:26 GMT | 3 |
We are currently running SQL version 6.5 and are planning to install another application that requires SQL 2000 to be installed on the same server. May I know is it possible to have two version running concurrently and what are the things to take note?
|
| SQL Server 2000 Setup on Windows Server 2003 | 28 Jul 2007 01:42 GMT | 3 |
I have never built a SQL Server before. Is it possible to install a full version of SQL Server 2000 on top of Windows Server 2003 (one server for an application and database server)? If so, are there any tricks to it or would I simply install Server 2003 first then install
|
| 32-bit SQL 2005 Standard on 64-bit Windows Server 2003 | 26 Jul 2007 18:18 GMT | 1 |
I am having a hard time monitoring performance counters related to SQL Server. The installed OS is Windows Server 2003 64-bit. The edition of SQL Server 2005 is 32-bit. I am only able to see the SQL specific counters when I run System Monitor with the mmc /32 switch on the ...
|
| Help.. can SQL Server 2000 STD use more than 2 GB memory? | 25 Jul 2007 19:57 GMT | 4 |
We have a customer whose database now exceeds 8 GB in size. They have 30 concurrent users running a VB application that we wrote that calls Stored Procedures for all queries/updates. They are running SQL Server Standard edition on a Windows 2003 Server with 8-way Zeon processors ...
|
| How can I idetify if SP2 is installed? | 25 Jul 2007 12:45 GMT | 1 |
How can I exactly idetify if SP2 is installed? For example: Is anywhere on www.microsoft.com translate table between MS-SQL property "Version" and identification of SP?
|
| SSIS install on SBS2003 Premium - No option to install | 25 Jul 2007 10:03 GMT | 1 |
I do not have the option to install SSIS on a fresh SQL 2005 setup or as an addition after the install. Is there anything I am missing?
|
| compatibility 8.0 | 25 Jul 2007 05:40 GMT | 4 |
I performed an in-place upgrade from SQL 2k to SQL2k5 last night. Everything worked well, but I was a little surprised that the dbs were left in 8.0 compatibility mode. Is this on purpose, or did I miss a checkbox somewhere that would have upgraded the dbs to 9.0 compatibility ...
|
| Copy Maintenance Tasks in SQL2005? | 24 Jul 2007 22:29 GMT | 1 |
I have a few Maintenance tasks that I'd like to copy the entire task and then tweak just a bit. Is there an easy way to copy the entire task?? Thanks,
|