Well, thanks for the mail, Veer. The things are well missed. I have attended sessions of Tech-Ed 2005, when releases were in Beta. I had a session of SQL high...
3567
ved_17in
Jun 1, 2006 10:58 am
for the given month i need all dates of sunday. e.g if this Nov 2005 Then I need a result set 11/05/2005 11/12/2005 11/19/2005 11/26/2005 Thanks in advance ved...
3568
anand_ishah
Jun 1, 2006 11:00 am
Dear Friends, I had developed a client-server application (VB-SQL 2000). Every month user is giving some new requirements and I have to add new features to the...
3569
watsonlabel
Jun 1, 2006 11:03 am
Upgrade Oracle 9i RAC to Oracle10g RAC http://www.technology-updates.com/oracle9i-rac-oracle10g-rac.html regards...
3570
Roji. P. Thomas
roji_pt
Jun 2, 2006 8:22 am
I'd recommend creating an auxilary Calendar table as mentioned in http://www.aspfaq.com/show.asp?id=2519 Regards Roji. P. Thomas ...
3571
Senthil Kumar T R
trsenthilkumar
Jun 2, 2006 8:22 am
SET NOCOUNT ON DECLARE @Cnt INT SELECT @Cnt = 1 WHILE ( @cnt <=31 ) BEGIN IF ( DATENAME (dw, DATEADD(dd,@Cnt, GETDATE()) ) = 'Sunday39; AND DATENAME (mm,...
3572
kanchan verma
kanchanvrm
Jun 2, 2006 8:22 am
dear friend u can do one thing with the help of sql user u create a user and evry time u check whether it exists or not. keep it secret so no body will come...
3573
Hari Prasad
harieversmile
Jun 2, 2006 8:22 am
Hi Ved, I don't know is there any direct Method to get the solution u need.. Here is one way that I found the solution, Hope this will Helpful to u.. DECLARE...
3574
Ravi Singh
rsinghj@...
Jun 2, 2006 8:23 am
Hi, Has anyone every installed 32-bit SQL 2000 on 64-bit Windows Server 2003? Does it give any performance benefits by doing so? If yes then do we need to use...
3575
vuppalapatis Radha
radha610
Jun 2, 2006 8:35 am
Hi Rizwan, Thanks for u'r answer. ya I got my required soln.. Thanks and Regards, Radha. mohd rizwan <mo2riz@...> wrote: Hi Radha, Go with this...... ...
3576
Veer Ji Wangoo
vwangoo
Jun 2, 2006 8:46 am
Hope that they are covered in TBD :) list goes long but we need to
understand that DPEs and many MVPS are trying their level best to
accommodate all...
3577
Damon Singh
hackers_heven
Jun 2, 2006 1:46 pm
Hi I saw your posting in my e-mail... See if these articles give you some insight to what you need.... h71028.www7.hp.com/enterprise/downloads/...
3578
Arindam B
arindam2004
Jun 2, 2006 1:46 pm
Hi Shyam, This is a different question altogether. I thought you have not designed your database yet. Anyway, If the database is designed so, then i have to ...
3579
shyam koti
shyam_k25
Jun 2, 2006 1:47 pm
Hi Arindam! Thanks. am not designed the database. just am given the example. FYI am using sql server 2000 only. can you help me what are the modifications i...
3580
shyam koti
shyam_k25
Jun 2, 2006 1:47 pm
Hi Arindam! Thanks for the quick reply.. see the sample ER model. ie : if one ageny have 50 "agency specific fields". then for fetching the agency data we need...
3581
shyam koti
shyam_k25
Jun 2, 2006 1:48 pm
Hi All. I need to design a database for a portal, which does service for the families. Earlier there used to be only one agency that used to do this service,...
3582
pankaj purohit
pankaj_pmp
Jun 2, 2006 1:49 pm
hi, can anyone help me??? i want to check weather the installed version is sql server2000(64-bit) or sql server 2000(32-bit) ??????????????????????????? plz...
3583
Arindam B
arindam2004
Jun 2, 2006 1:50 pm
Hi Shyam, If I correctly understand your problem, then it will not be of too much work. The common intake form and HIPAA form will be the same for each agency....
3584
Santhosh
san_spy
Jun 3, 2006 7:54 pm
Pankaj, go to the sql server logs and you will find an entry e Microsoft SQL Server 2005 - 9.00.2047.00 (X64) -- the x64 indicates that it is a 64 bit version...
3585
mvali1997
Jun 3, 2006 7:54 pm
Dear, There is some opening at No.1 IT Company for Hardware Engineers. The nature of work will be hardware maintenance and networking maintenance. 2 years exp....
3586
shyam koti
shyam_k25
Jun 3, 2006 7:55 pm
Hi Arindam. You mean to say maintain agency specific data in a separate table. when ever we create a agency need to create a table based on the selection of...
3587
Arindam B
arindam2004
Jun 3, 2006 7:55 pm
Hi Shyam, What I was saying is in this way: 1. Agencies may be in different domain, but they will require some common data about the customers. Say for, Each...
3588
Anjana Ram
anjana_r21
Jun 3, 2006 8:02 pm
Hi All, If you you have some queries about TechEd India 2006 you can visit the TechEd foums @ http://forums.techedindia.com And if you want to know the details...
3589
Anjana Ram
anjana_r21
Jun 3, 2006 8:15 pm
Hi All, If you you have some queries about TechEd India 2006 you can visit the TechEd foums @ http://forums.techedindia.com And if you want to know the details...
3590
Arindam B
arindam2004
Jun 4, 2006 7:13 pm
On a more simpler note, run the following query in QA: select @@version ... -- Thanks, Arindam. MCSD.NET [Non-text portions of this message have been removed]...
3591
pankaj purohit
pankaj_pmp
Jun 5, 2006 9:29 am
Sql server 2005 (64-bit) i know... but i am asking aboyut sql server 2000 (64-bit) ... http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/m7folB/TM ... Send...
3592
SQL Knowledge
sql.knowledge
Jun 5, 2006 9:37 am
Hi All, Ask your questions and queries directly from Microsoft SQL Server MVP's on http://forum.sqlknowledge.com 1 Step Free registration, attachements with...
3593
Santhosh
san_spy
Jun 6, 2006 4:28 pm
Pankaj, It will the same case in the 2000 too. you will find the x64 in the error log. ... http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/m7folB/TM ... With...
3594
mohd rizwan
mo2riz
Jun 6, 2006 4:29 pm
Pankaj, you can use this in SQL server2000 also....or simply use SELECT @@VERSION also.. I think you are not clear in your question..can you explain one more...
3595
koushik roy
koushikroy_2001
Jun 6, 2006 4:33 pm
Hi Team, Can you please guide me how I will resolve “collation conflict” error in SQL server 2000/2005. Thanks in advance. Regards Koushik ...