Search the web
Sign In
New User? Sign Up
sqlcon
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5642 - 5671 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5642
but what is this Visio and how to use it ????? Madhu K Nair <madhuotp@...> wrote: There is no problem as such. I very frequently does this....
Deepak Garg
deepakgrg
Offline Send Email
Sep 1, 2007
8:01 am
5643
Dear All, For last few days on my server, sql server is using more than 80% CPU almost all the time, i find out all the thread id, KPID which is using more...
sunil john
suniljk7
Offline Send Email
Sep 1, 2007
1:45 pm
5644
Contact NIIT CATS centre in SDA New Delhi. Thanks -Virender M. ... From: Deepak Garg <deepakgrg@...> To: sqlcon@yahoogroups.com Cc: virenmann@......
virender mann
virenmann
Offline Send Email
Sep 3, 2007
5:58 am
5645
Hi All, I am facing the problem in DTS Packages, When I restered the server or SQL Services then the problem didn't come for some time but later on again it's...
Ajay
ajayn_delhi
Offline Send Email
Sep 3, 2007
7:40 am
5646
Hi,In SSIS, I would like to pass the file path name as a&nbsp;variable from data reader source to Flat File Source dynamically ? Any suggestions ?Thanks,Ravi ...
ravindhar Bonagiri
bonagiri_ravi
Offline Send Email
Sep 3, 2007
3:42 pm
5647
Hi There is an issue currently in my project. We want the data in the report to be toggling and at every instant the total should come up dynamically. Please...
Aswani Karteek Yadavi...
aswanikarteek
Offline Send Email
Sep 4, 2007
11:40 am
5648
Hi All While Execution of SQL Statement..Getting following Error... What may be solution for this.... [Microsoft][ODBC SQL Server Driver]Protocol error in TDS...
nic_santosh
Offline Send Email
Sep 4, 2007
12:51 pm
5649
Hi Team. Anyone has recently completed the MCDBA Certification and/or having Dumps for the same for the papers such as 1. SQL Server Administration 2. SQL...
shaik mansoor
shaik_mhmansoor
Offline Send Email
Sep 4, 2007
2:34 pm
5650
Hi Team. Anyone has recently completed the MCDBA Certification and/or having Dumps for the same for the papers such as 1. SQL Server Administration 2. SQL...
shaik mansoor
shaik_mhmansoor
Offline Send Email
Sep 4, 2007
2:41 pm
5651
Enter your vote today! A new poll has been created for the sqlcon group: Are you ready to upgrade to SQL Server 2005 when SQL Server 2000 version mainstream...
sqlcon@yahoogroups.com
Send Email
Sep 4, 2007
8:03 pm
5652
The following sqlcon poll is now closed. Here are the final results: POLL QUESTION: Do you think Microsoft should speed-up 'Katmai'- next release of SQL...
sqlcon@yahoogroups.com
Send Email
Sep 4, 2007
8:04 pm
5653
Dear santosh, below link may help u.. http://support.microsoft.com/kb/140536/zh-cn http://support.microsoft.com/default.aspx/kb/176256 ...
sunil john
suniljk7
Offline Send Email
Sep 5, 2007
6:10 am
5654
Hi Friends, In my SQL Server error log, I am getting this error 2-3 times. 2007-09-03 10:30:04.52 Logon Error: 17836, Severity: 20, State: 1. 2007-09-03...
mohd rizwan
mo2riz
Offline Send Email
Sep 5, 2007
10:31 am
5655
Hi, I need to change Datatype in replication. Can anyone tell me how can i do without drop publisher.. Thanks Manish ... Need a vacation? Get great deals to...
Manish Sharma
connect_manish
Offline Send Email
Sep 6, 2007
3:07 am
5656
I hope you need to disable the Replication first,then change the datatype in both the Publisher and Subscriber and set up the Replication again Regards, Shaik....
shaik mansoor
shaik_mhmansoor
Offline Send Email
Sep 6, 2007
2:02 pm
5657
Hi, First we need to remove the article from the publication, make respective changes and then add back to the publication. Thanks, Kishore. ... From: Manish...
kishore
kvkishore79
Offline Send Email
Sep 6, 2007
2:46 pm
5658
How? kishore <kvkishore79@...> wrote: Hi, First we need to remove the article from the publication, make respective changes and then add back to...
Manish Sharma
connect_manish
Offline Send Email
Sep 6, 2007
11:16 pm
5659
Hi, Go to distributor server (Enterprise Manager) Open Replication monitor Right click on the Publication which contains the article Select properties and go...
kishore
kvkishore79
Offline Send Email
Sep 7, 2007
12:45 am
5660
What is the exact problem you are facing because of this error message? Shade some more light on this. At first glance, looks like a network protocol issue to...
Kuldeep Chauhan
mrkuldeepcha...
Offline Send Email
Sep 7, 2007
6:08 am
5661
Can anyone tell me to configure the database mail. it seems to be simple and i have made all the entries but unable to connect. i cheked the log i am getting ...
Inderjeet Chana
i_s_chana
Offline Send Email
Sep 7, 2007
11:12 am
5662
Hi Kishore, Thanks for ur help, but i am not able to unselect, as sql server wont allow me to do so. manish kishore <kvkishore79@...> wrote: Hi, Go to...
Manish Sharma
connect_manish
Offline Send Email
Sep 7, 2007
11:37 am
5663
Hi, Check whether you are able to ping the mail server. regards Anand ... http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 ... ...
Anand Kumar Reddy
anandkreddy
Online Now Send Email
Sep 8, 2007
5:40 pm
5664
Disk drive information in vb.net System.IO.DriveInfo <http://dotnetolympians.wordpress.com/2007/09/06/disk-drive-information-\ in-vbnet-systemiodriveinfo/> ...
arsalan
arsalanayub
Offline Send Email
Sep 9, 2007
1:43 am
5665
Hi All, I've written the below query to find out default or named instance. When I execute the query in default instance(SQL 2005) , I'm getting output as ...
Vidhya Sagar
kvs1983
Offline Send Email
Sep 10, 2007
2:14 am
5666
Try this one... if (serverproperty( 'instancename' )) IS NULL begin Print 'Default Instance' end else begin Print 'Named Instance' end RK. Vidhya Sagar...
Ramesh Karnati
karnati_in
Offline Send Email
Sep 10, 2007
2:23 am
5667
Hi Ramesh, Thanks its working.. I forget to use IS command.. Cheers.....Vidhya Sagar.....+91 98843 97975 From: Ramesh Karnati [mailto:karnati_in@...] ...
Vidhya Sagar
kvs1983
Offline Send Email
Sep 10, 2007
3:11 am
5668
Hi Group - I have the following 2 issues and looking for solution or pointers: 1)---------------------------------------------- Issue: Inserting data from SQL...
Satya
hisatya
Offline Send Email
Sep 10, 2007
5:14 am
5669
Hi All, While using select statement im getting output along with column names and with "-------------------------" strings. Is it possible to remove column...
Vidhya Sagar
kvs1983
Offline Send Email
Sep 10, 2007
7:35 am
5670
Hi, You must have selected the execute mode as Results as Text, select Results as Grid or (Ctrl + D) for a solution. hope this is what you have asked. gud luck...
maneri jagadeesh
jagadeeshmaneri
Online Now Send Email
Sep 10, 2007
8:42 am
5671
In the if condition replace NULL with your system name ,as when you select @@ servername if its default instance you can see your box name Thanks Vijayasekar ...
vijayasekar shanmugha...
vjsekars
Offline Send Email
Sep 10, 2007
9:02 am
Messages 5642 - 5671 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help