Viewing 15 posts - 136 through 150 (of 325 total)
Almost made me really thank God for an easy Friday question, only to find that the question and the answer are based on two completely different data types! 🙁
April 8, 2011 at 5:58 am
UMG Developer (4/5/2011)
Nice question, thanks!How many people actually use the ODBC date literals?
Talking of Dating...I do 😉
Seriously, our product does use ODBC date literals, and hence this one was an...
April 6, 2011 at 12:33 am
Gopinath Srirangan (4/5/2011)
3. Without having primary key or unique key just create unique clustered or non clustered index.
Below code still gives the same result without defining primary or unique key.
So...
April 5, 2011 at 11:34 pm
martin catherall (4/5/2011)
One thing that I'd add is that as the unique key will be created as a non-clustered index where as the default for a primary key is...
April 5, 2011 at 3:20 am
The fact that the actual test was to demonstrate that a FOREIGN KEY does not necessarily have to reference a PRIMARY KEY, and can also reference a UNIQUE KEY -...
April 5, 2011 at 3:17 am
The SQL Server Configuration Manager will help you get rid of the alias.
As far as pointing out code issues, yes, Profiler is one of the tools that you would use....
April 4, 2011 at 7:55 am
What edition of Windows 7 is this? (Home Basic/Home Premium/Professional/Ultimate)
April 4, 2011 at 5:22 am
IO latches mean hardware - Your I/O subsystem, i.e. the disk is not responding fast enough which means that the SQL Server is spending more time waiting for the data...
April 4, 2011 at 5:18 am
No wonder you cannot find DB1 as a separate server - both DB1 and DB2 are aliases of each other!
As far as the need for more memory is concerned -...
April 4, 2011 at 5:04 am
Balaji,
1. There is no such thing as "no transaction log" - all operations are logged - it's just that whether or not you want it to be minimally logged, bulk-logged...
April 4, 2011 at 5:00 am
willtwc (3/22/2011)
However a little while later (which is...
April 4, 2011 at 4:50 am
Database mirrroring is a good option and alternate for replication. You may choose the SAFETY option, which will cause synchronous mirroring (and transactions on Primary will not be committed unless...
April 4, 2011 at 4:37 am
balaji.ganga 68339 (4/4/2011)
I want to find out the sqlserver instance ip address.
if i run the ping command using instance name and its shows "could not find the...
April 4, 2011 at 4:08 am
Is DB1 a mirror of DB2? Go into SSMS -> connect to DB1 & 2, navigate out to Server Objects->Endpoints->Mirroring endpoints.
The other possibility is that you have log shipping configured,...
April 4, 2011 at 4:01 am
APP_SQL (4/3/2011)
April 4, 2011 at 12:47 am
Viewing 15 posts - 136 through 150 (of 325 total)