Viewing 15 posts - 436 through 450 (of 758 total)
GilaMonster (8/24/2012)
Have you read those three indexing articles yet? If not, please read them, especially the third one.
Thanks Gail
Got what I needed from those articles
August 29, 2012 at 7:55 am
bala2 (8/29/2012)
Thanks for reply,I have installed Sql server 2005 and
i could not find this option "Remove Node from a SQL Server Failover Cluster" Using the SQL Installation media.
Check...
August 29, 2012 at 6:49 am
bala2 (8/29/2012)
I have uninstalled sql server 2005 from Add/Remove Programs using Win 2003 server.
i have verified SQL Server 2005 is no longer listed in the Add/Remove Program but I...
August 29, 2012 at 5:58 am
Divine Flame (8/29/2012)
SQLSACT (8/29/2012)
How do I create the Logins with the same SID?
Is there a process for this?
Thanks
Use sp_help_revlogin stored procedure provided by Microsoft at below link to generate the...
August 29, 2012 at 2:08 am
SQLSACT (8/29/2012)
Suresh B. (8/29/2012)
SQLSACT (8/29/2012)
My question is: Will I definately end up with orphaned users whenever I restore a database to another server?
No. Not necessarily. Orphaned users situation...
August 29, 2012 at 1:56 am
Suresh B. (8/29/2012)
SQLSACT (8/29/2012)
My question is: Will I definately end up with orphaned users whenever I restore a database to another server?
No. Not necessarily. Orphaned users situation araises...
August 29, 2012 at 1:55 am
GilaMonster (8/24/2012)
Yes, it's used to find the data row.
Thanks
I wanna run something by you that might be out of the scope of this thread, please just let me know.
I came...
August 24, 2012 at 5:29 am
GilaMonster (8/24/2012)
Yes, it's used to find the data row.
Thanks Gail
August 24, 2012 at 5:00 am
GilaMonster (8/24/2012)
Index row = that which is found in nonclustered indexes.
There are some differences in their details,...
August 24, 2012 at 4:48 am
GilaMonster (8/24/2012)
The only column you're referencing in your query in Col3, and that's in the index row at the...
August 24, 2012 at 4:32 am
GilaMonster (8/24/2012)
If the index satisfies the query completely, why would SQL need to go to the base table?Please read the articles I referenced.
I'm confused about your first reply
Also, indexes (nonclustered)...
August 24, 2012 at 4:19 am
GilaMonster (8/24/2012)
SQLSACT (8/24/2012)
Am I missing anything here?
Mainly that the pointer to the rest of the row is the clustered index key (if the base table is a clustered index). Not...
August 24, 2012 at 4:04 am
SQL Kiwi (8/22/2012)
SQLSACT (8/22/2012)
So if the Primary Key has 2 columns defined, my foreign key needs to have the same 2 Columns defined?
Yes. The point is that each child...
August 22, 2012 at 5:26 am
SQL Kiwi (8/22/2012)
August 22, 2012 at 5:21 am
GilaMonster (8/17/2012)
August 17, 2012 at 3:22 am
Viewing 15 posts - 436 through 450 (of 758 total)