| Thread | Last Post | Replies |
|
| Database Mirroring - Multiple Endpoints | 06 Mar 2008 08:59 GMT | 3 |
Is it possible to create multiple endpoints for Database Mirroring in SQL Server 2005? After reading that only 10 databases should be mirrored per endpoint I tried to create another endpoint and received the following error:
|
| BOOT.INI File for 4GB RAM and SQL 2005 | 06 Mar 2008 06:59 GMT | 6 |
I have 3 questions regarding memory configuration on a Windows Server 2003 SP2 Enterprise Edition with SQL2005 SP2. 1. Can someone advise on the correct boot.ini file configuration to utilize 4GB of local memory? I'm not sure if I need the 3GB switch?
|
| Is a SQL Server dynamically allocated port more "secure" than good old 1433? | 06 Mar 2008 02:08 GMT | 2 |
Gurus, When you install a SQL Server 2005 Named Instance, it uses a dynamically allocated port (as opposed to port 1433 in a default instance). Is this more "secure"?
|
| copying stored procedures in SQL Server 2005? | 06 Mar 2008 01:31 GMT | 5 |
Is there a quick way to copy a set of stored procedures in SQL Server 2005 from one database engine to another, as quickly as using DTS in SQL Server 2000? Other than restoring from a backup. Thanks,
|
| Applying the latest 2K5 CU Patch -- Scare me out of it | 05 Mar 2008 20:31 GMT | 3 |
We're late to the party, as far as rolling out SQL2K5. I would like to *GASP* apply the latest SP2 cumulative update to the servers(looks like CU6). We of course have not yet encountered any of the errors that are addressed in the CU updates. The probably-not-unique-to-us
|
| Varchars/Chars vs Int/BigInt as keys | 05 Mar 2008 19:14 GMT | 12 |
This conversation came up and I was wondering if anyone had some definitive proof one way or another.... If you have a key column for a table and that column will be used as a reference/foreign key to other tables often and frequently but also
|
| Differences in file sizes sys.database_files and sys.master_files | 05 Mar 2008 17:40 GMT | 5 |
We are seeing a differince in size column for the same files between sys.database_files and sys.master_files. sys.master_files inidcates smaller sizes so I think that rules out deferred drop operations. Any ideas? this is for Tempdb files.
|
| Transactionlog location issue | 05 Mar 2008 16:16 GMT | 13 |
By default, the transactionlogs are created in the same location as the databases. We've gone through the works of moving the already exisitng transactionlogs to a seperate disk and have changed the default location of the transactionlogfiles.
|
| Maintenance Plan won't run, delete, or modify | 05 Mar 2008 15:49 GMT | 2 |
Had to replace leased server hardware running Server2003, Sql2005. Had machine Server B, set up sql2005, set up maintenance plan to do full backup on all user dbs every night to Server C network share. Worked great for over a week. Came time to do the swamp, brought down old ...
|
| sql 2005 licenses - dual processor server hosting virtual machine | 05 Mar 2008 15:31 GMT | 4 |
I've got a server with dual processor, each one quad core. I wan to setup a virtual machine to run sql server on my production environment. What kind of license do I need to buy?
|
| How do I get the next or previous rows in a database | 05 Mar 2008 13:50 GMT | 5 |
I will be greatful for help with the expression. Example: 'I currently requested 50 rows from a database and now I want the next 50 rows.
|
| How to create table using another table in SQL | 05 Mar 2008 08:54 GMT | 5 |
How to create a new tableA from tableB by a single SQL? I can't find from the book online, i remember that is possbile. Thanks, Martin
|
| MCTS SQL Server 2005 | 05 Mar 2008 07:15 GMT | 2 |
What scares me about the 70-431 exam is the huge amount of complicated T-SQL commands. Look at the syntax of any T-SQL command with all its options; many many options, how can I remember them. Do I need to remember all these instructions for the exam. Please let me know.
|
| Tuning Advisor and Temp tables | 05 Mar 2008 03:02 GMT | 1 |
I'm trying to use the tuning advisor to fix some VERY slow stored procs. Unfortunately they contain code that creates temp tables and when I run the analysis, it fails with the error E000 exec cmt_common_measurements_org @quest_id=561 1 [Microsoft][SQL
|
| SQL Server Security | 04 Mar 2008 21:45 GMT | 2 |
Last week, we had an auditor came in to audit our SQL Server security settings. He specifically checks if we set developers as sysadmin server role on our development servers. Our data on dev servers are scrambled, including name, phone, ssn, bank account numbers, addresses etc.
|