Viewing 15 posts - 61 through 75 (of 311 total)
Gail,
If you will become the DB designer then which model do you prefer??
I mean to say...a Covering Index on the table OR a Index on Foreign Key column??
Gail, As you...
July 30, 2008 at 8:37 am
Michael,
You mean to say if foreign key will have the Index then it will go for Index scan rather than table scan in the time of delete operation...rite??
so here my...
July 30, 2008 at 4:44 am
Yes,
I will check this...Thanks...:)
Cheers!
Sandy.
July 30, 2008 at 3:43 am
🙂 Ok, Nice to see all of your answers,
but as for my concerns and my question,
If you say "It depends" then please let me know the situation where I should...
July 30, 2008 at 3:39 am
Grant,
nice to here that you too curious to know more about this technology.
If anybody knows "POWERSHELL" concepts please share your experiences...
Cheers!
Sandy.
July 29, 2008 at 9:01 am
hey Eichpeel & Jeff Moden ,
I am sure it will work, because I applied the same and got the success..
one of query took 27 seconds to execute..but when it...
July 24, 2008 at 3:30 am
toprprasad
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Now the question is,
is it advisable to have separate master table for sports/games and display these sports on reg form
or
Shall i have separate column in reg table...
July 24, 2008 at 1:21 am
Yes, It will be present in database like table when you query it, it will display to you. Its a permanent object of Database.
read this...
http://www.odetocode.com/articles/299.aspx
Cheers!
Sandy.
July 24, 2008 at 12:22 am
Yeah,
I was also same kind of problem having problem some days before...
then I used updatestats and few above displayed method (with recompile, drop and re-created the procedure) then it...
July 23, 2008 at 11:50 pm
Simon,
Nothing like that..you are the 1st is saying like this..
try to reinstall your IE again and check this it will not happen...
try it...
And One personal question...?????
why you added one Tom...
July 23, 2008 at 11:28 pm
Simon Facer
------------------------------------------------------------------------------------------------------------------------------------------------------------------
This loop is never going to quit - the value for @TotalBilled never changes inside the WHILE loop, so it can never become NULL and end the loop. Still,...
July 23, 2008 at 11:20 pm
Milu,:)
Yes, Obviously...
I can guide you the XML and Array comparison ...
In your general Programming language the Array is just group of data following subscript number starts from 0, which gives...
July 23, 2008 at 11:14 pm
mtassin
----------------------------------------------------------------------------------------------------------------------------------------------------
At the least before you do that... do this
ALTER TABLE table1 ADD id_col IDENTITY(1,1)
Now at least each record will have something that makes it unique.
mtassin, Can you tell me...
July 23, 2008 at 10:43 pm
Viewing 15 posts - 61 through 75 (of 311 total)