Viewing 15 posts - 76 through 90 (of 185 total)
wow!
Tally tables are doing a wonderful job.
Thanks Jeff Moden and Brandie Tarvin
-Regards,
Ami
July 3, 2010 at 9:01 am
Thanks
actually it saves lot of typing effort.
As I said in the first post. I have lot of columns, I gave example of such scenario as I can't give the...
June 25, 2010 at 3:50 am
thanks for the response. here is the code
CREATE TABLE #TMP (ID INT PRIMARY KEY IDENTITY (1,1), V1 VARCHAR(100))
CREATE TABLE #TMP1 (ID INT , D2 DATETIME)
INSERT INTO #TMP SELECT 'VALUE1'
INSERT INTO...
June 25, 2010 at 12:41 am
Thanks for the information.
I'm using sql server 2005. So I'm taking DATETIME data type. It further helps me to do some calculations on that column.
Regards
Ami
June 23, 2010 at 10:48 pm
Hi all,
Got the remedy.
Either you can do the following
1. Locate the folder that contains the files for the problematic full-text catalog.
2. Run the ALTER...
June 10, 2010 at 9:40 pm
Hi All,
First thanks for a quicker response.
the left outer join solves my purpose.
thanks a lot
Regards,
Ami
May 26, 2010 at 5:13 am
Hi,
Thanks for the inputs. both are working fine
thanks,
regards,
Ami
May 21, 2010 at 4:40 am
Elliott,
Thanks for an immediate reply. But I would like to know how best we can make use of ADO.NET schema row set enumerator
regards
ami
April 19, 2010 at 11:02 am
There are a number of alternatives, with examples and code, here:
http://consultingblogs.emc.com/christianwade/archive/2004/11/09/234.aspx
The link was highly useful.
Thanks for sharing,
Ami
March 29, 2010 at 9:51 pm
when i query for ID 1
in the first level it has got 2 and 3
then in the next level 4 and 5 - are children of 2 and 3
then...
March 29, 2010 at 7:24 am
Hi All,
Thanks for the great support.
Now, how do I set memory for sql server and OS?
the max option in sql says 2147483647 (in MBs)
but the physical memory in the server...
February 23, 2010 at 3:44 am
ooch!
sorry ignore the previous message.
i found out in the attached .txt file
thanks,
regards
ami
February 18, 2010 at 4:37 am
Hi Sanket Ahir,
Can you give me a hint on counters should be attached on perfmon?
Your message says
2ndly run the perfmon in peak hrs with the foll counters(attached, Change the...
February 18, 2010 at 4:33 am
Wow!!
fabulous pieces of information all at one place.
i thank everyone individually who is participating in this thread.
I'm on the process. will send you the perfmon o/p soon.
Muthu: I already...
February 18, 2010 at 2:15 am
Viewing 15 posts - 76 through 90 (of 185 total)