Viewing 15 posts - 361 through 375 (of 790 total)
kevriley (3/13/2009)
Can you confirm what datatypes 'ClientID' and 'vchClientSubSessionID' are.Also some example values of ClientID
Kev
Ooops kevriley is correct!!!
Post more explanation ... see my signature with online link how can we...
March 13, 2009 at 7:04 am
ramadesai108 (3/13/2009)
What is wrong with this statement. Even when CHARINDEX is zero it goes thru the 2nd case statement:
CASE WHEN CHARINDEX('-',ClientID) <> 0 THEN
(CASE...
March 13, 2009 at 7:01 am
And the winner is ...??? You or again DB properties !?
March 13, 2009 at 6:56 am
Ratheesh.K.Nair (3/13/2009)
Yes i got the error when i tried to get the database properties by right clicking on database -->properties.
I am using SQL Server...
March 13, 2009 at 5:57 am
It was very simple code and interesting but someone wants to know the day of the birth date!
I added some piece script in your core script Lynn like here
declare...
March 13, 2009 at 3:53 am
Ratheesh.K.Nair (3/13/2009)
I am getting the error given below when i selected the properties of a database. I am getting the same error when i try all databases in that...
March 13, 2009 at 2:39 am
OR clause should use if you want to work with 2 or 3 values that you are searching the results with them!
IN clause should use if you have more than...
March 13, 2009 at 2:26 am
This should work let us know:
SELECT * FROM TBLDEALS
WHERE CONVERT(VARCHAR(20),trade_date, 120) = '2009-03-06 00:00:00'
March 9, 2009 at 8:46 am
GSquared (3/9/2009)
Create another database and move some of the data to that.
Yes if your DB is 4GB this is one of the solutions, you should know that the SQL Server...
March 9, 2009 at 8:36 am
Jose Ianuck (3/9/2009)
March 9, 2009 at 8:09 am
Sure that MCITP and MCTS is with SQL Server 2005, and it would be better if you go for MCTS and MCITP SQL Server 2008 ( no other way)!
There it...
March 9, 2009 at 7:30 am
visualserge (3/9/2009)
Any one can help me, how to manage this situation if the database is full.::D
What do you mean the database is Full, is this over 4GB or you storage...
March 9, 2009 at 6:59 am
What is you error msg!?
As I can see in the WHERE clause you have the problem with date format!
March 9, 2009 at 6:48 am
Very nice and short explanation about User - IP security! Simple code here I like it!
😎
March 9, 2009 at 6:28 am
How about hardware configuration info:
RAM memory
HDD Drive
Any RAID Config
also
Win Server info?
etc etc!
March 6, 2009 at 7:50 am
Viewing 15 posts - 361 through 375 (of 790 total)