Viewing 15 posts - 1 through 15 (of 28 total)
It is really interest to know about query plans, perticularly about realworld situations. I am also facing similar situations so many times in my production enviorment.
-Madhu.
June 14, 2005 at 6:16 am
Hi,
Can U provide some sampe data...so that I can build a query.
Madhu
December 17, 2003 at 10:01 pm
SQL Service version in my system is
Microsoft SQL Server 2000 - 8.00.760 (Intel X86)
Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation
Enterprise Edition on Windows NT 5.0 (Build...
December 17, 2003 at 9:54 pm
Hi,
What Jonathan given is quite intellegible solution to the topic. I really learn a lot from those queries.
Thanks Jonathan...,
Madhu
October 30, 2003 at 4:56 am
Yes, QA is best one or you can use it as code programatically using VB etc.,
let us assume you want to update price field in table A with ColX in...
October 24, 2003 at 12:56 am
Hi,
I have 4+ years experience, but staying in India. Does it ok for you if the person from outside of America...
Madhu
October 14, 2003 at 11:10 pm
There is a way to change it. But we need to write script as per my knowledge.
Madhu
October 14, 2003 at 6:41 am
Hi,
I am sure, 'width' column would have allowed null values when it's datatype is INT. So, if you remove NOT NULL from your ALTER statement. It works.
Just check it once.
Madhu
October 14, 2003 at 6:31 am
October 14, 2003 at 6:13 am
I hope U get what U want from Execution palns. We can set it from QA(QueryAnalyser). Just go to Query option in QA and select Show execution plan. or
Other...
October 14, 2003 at 5:57 am
What is the recovery model of your database??.
madhusudannaidugundapaneni
September 30, 2003 at 12:10 am
Is there log file. If it exists, rename log file and just use attach mdf file by using sp_attach_db. It works, automatically it creates new log file. Be remember log...
September 25, 2003 at 6:38 am
As it is part of a stored procedure. My procedure displays contents of a text file which is in C drive. If I view those contents in text mode, I...
September 25, 2003 at 6:30 am
Thanks for your replies. As I already specified, I want it with the help of t-sql commands.
madhusudannaidugundapaneni
September 25, 2003 at 3:27 am
Viewing 15 posts - 1 through 15 (of 28 total)