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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2236 - 2265 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2236
Hi Gruppe, I wish u and ur family a very Cheerful New Year 2006. Cheers, Indu Teja....
induteja
Offline Send Email
Jan 1, 2006
1:47 pm
2237
Dear All, I wish you a happy and prosperous New Year.... Kishore. ... Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping [Non-text portions...
kishore
kvkishore79
Offline Send Email
Jan 1, 2006
3:11 pm
2238
Hi All, I am wishing you all very happy and prosperous new year. cheers kumanan kishore <kvkishore79@...> wrote: Dear All, I wish you a happy and...
kumanan archunan
dkumans_a2000
Offline Send Email
Jan 2, 2006
3:50 am
2239
Hi All, I need a query to convert getdate() result to Year-Week format : For example Select getdate() will return 2006-01-01 21:12:53.557, since it is Jan 1st...
Shivaji
itsshiva_ji
Offline Send Email
Jan 2, 2006
5:30 am
2240
Try SELECT CONVERT(VARCHAR(4),YEAR(GETDATE()))+ CONVERT(VARCHAR(2),DATEPART(wk, GETDATE())) Regards Roji. P. Thomas http://toponewithties.blogspot.com ... ...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 2, 2006
5:57 am
2241
Hi Thomas, Thanks for ur query, one small change i need, the result is 20061 but i need as 200601 ... From: "Roji. P. Thomas" <thomasroji@...> To:...
Shivaji
itsshiva_ji
Offline Send Email
Jan 2, 2006
6:27 am
2242
Hmmm. Here's the kludge (You know Monday morning and first working day of the year. Cant think properly :) SELECT x + CASE WHEN LEN(y) = 1 THEN '0'+ y ELSE y...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 2, 2006
6:36 am
2243
Hi here is my query for getting the Information from maintenance plan, But this query retrive multipul rows, i want to sortout by the start time. please help...
vnbsrinivas
Offline Send Email
Jan 2, 2006
6:54 am
2244
HI Roji, Can you let me know the importance of 'T' in the syntax. Kishore. "Roji. P. Thomas" <thomasroji@...> wrote: Hmmm. Here's the kludge (You know...
kishore
kvkishore79
Offline Send Email
Jan 2, 2006
6:57 am
2245
Just try it without 'T'. You will see why its required. Regards Roji. P. Thomas ... From: kishore To: sqlcon@yahoogroups.com Sent: Monday, January 02, 2006...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 2, 2006
6:59 am
2246
Try this out... SELECT CONVERT(VARCHAR(4),YEAR(GETDATE()))+ REPLACE(STR(DATEPART(wk, GETDATE()),2,0),' ',0) Cheers Mei "Roji. P. Thomas"...
Meiyalagan.B
softalagan
Offline Send Email
Jan 2, 2006
7:12 am
2247
If you want to monitor for a specific timeframe only, you can use tracing. In our environment, we monitor certain activities in that way. Santhosh...
Preethiviraj Kulasing...
preethi_kula...
Online Now Send Email
Jan 2, 2006
7:28 am
2248
how to read the trace file which are stored on disk. ... tracing. ... http://www.mugh.net...
rajans22in
Offline Send Email
Jan 2, 2006
8:02 am
2249
use profiler. rajans22in <rajans22in@...> wrote: how to read the trace file which are stored on disk. ... tracing. ... http://www.mugh.net ... SqlCon...
Preethiviraj Kulasing...
preethi_kula...
Online Now Send Email
Jan 2, 2006
8:39 am
2250
Hi, You can go for PSSDIAG which is backend tool. If you run normal profiler it effects the performance of the production server. Regards, Kishore. ...
kishore
kvkishore79
Offline Send Email
Jan 2, 2006
11:40 am
2251
Hi, Try this SELECT CONVERT(VARCHAR(4),YEAR(GETDATE()))+ RIGHT ('0' + CONVERT(VARCHAR(2), DATEPART(wk, GETDATE()+ 61)), 2) uses only one string function ...
Ramesh Karnati
karnati_in
Offline Send Email
Jan 2, 2006
1:07 pm
2252
Hi siva can u try this SELECT CASE WHEN (LEN (CONVERT (VARCHAR(2),DATEPART ( MM ,GETDATE())))=2) THEN...
dilip kumar
dilipkumar_a...
Offline Send Email
Jan 3, 2006
9:09 am
2253
Hi All! I created table and one column datatype is float. I inserted values into float column 5.3. but when i wrote a select statement it is displaying...
shyam koti
shyam_k25
Offline Send Email
Jan 3, 2006
9:41 am
2254
Shyam, Float is an "approximate" datatype, not exact. So it stores the nearest possible value. If you want the values to be exactly accurate, you mant to...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 3, 2006
10:03 am
2255
Hi, I have set up transactional replication, in which I have a case like consider tableA in server1 and tableA and tableB in server2. Server2 is the...
Santhosh
san_spy
Offline Send Email
Jan 3, 2006
10:13 pm
2256
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sqlcon group. File :...
sqlcon@yahoogroups.com
Send Email
Jan 4, 2006
5:21 am
2257
Hi, I get an error *"Could not load the DLL xpstar.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).* " while...
Vinay C Reddy
beeravolu
Online Now Send Email
Jan 4, 2006
7:25 am
2258
Hi ALL, How can we arrange the table in the Dependency Sequence? e.g. IF one table (called A) has primary key and A table refer to some other table (TableB)...
ved_17in
Offline Send Email
Jan 4, 2006
1:09 pm
2259
Hi Ved, The following script list all tables according to their dependency order. Hope it will solve your problem. declare @Rows int, @LevelID int declare...
Neeraj Malik
rajmalik
Offline Send Email
Jan 4, 2006
2:52 pm
2260
Hi Neeraj, When I trying to execute this query, it goes into infinite loop... please check.. Ved ... order. ... TableName from ... which ... Service....
ved_17in
Offline Send Email
Jan 5, 2006
4:58 am
2261
Hi Ved, I've checked the query and its working fine here. I tried it with multiple databases. Regards, Neeraj rajmalik@... ... Join me at...
Neeraj Malik
rajmalik
Offline Send Email
Jan 5, 2006
8:20 am
2262
Hi Friends, The good practise as a programmer while doing database operation is to open the connection when it is needed and then immediately close the...
bhavesh prajapati
bhavesh2984g...
Offline Send Email
Jan 5, 2006
8:46 am
2263
This paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools such as SQL Server...
Neeraj Malik
rajmalik
Offline Send Email
Jan 5, 2006
9:08 am
2264
Bhavesh, The following query will give you the details of 'sleeping' connections. select spid, dbid, RTrim(hostname) as hostname, LEFT(program_name,12) As...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 5, 2006
9:13 am
2265
That link doesnt seems to work, atleast at my end. But the narration suggests that you are probably talking about this one. ...
Roji. P. Thomas
roji_pt
Offline Send Email
Jan 5, 2006
9:51 am
Messages 2236 - 2265 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