Viewing 15 posts - 271 through 285 (of 320 total)
sam (10/22/2008)
Our company has multiple hosted web applications. Each of those applications currently use a single sign solution that reads from...
October 23, 2008 at 12:13 am
i think the query would be
select * from not_equal where (name <> 'name1' and age >= 25)
October 22, 2008 at 11:56 pm
nairsanthu1977 (10/22/2008)
I have downloaded MDF of my database from live server to local server.
Now I want to create a database in loocal server pointing to this MDF file.
How can...
October 22, 2008 at 11:43 pm
batthula.swetha (10/22/2008)
can someone help me in writing a query for the described task
Well i use this query. this returns the tablename.columnaname and the value in which the value it finds:
i...
October 22, 2008 at 11:35 pm
batthula.swetha (10/22/2008)
can someone help me in writing a query for the described task
give me some time please
October 22, 2008 at 11:30 pm
Arul Manoj (10/22/2008)
I have the below table structure:
RowNumber UserId UserNmae Date
1 ...
October 22, 2008 at 11:25 pm
dastagirid (10/22/2008)
hello(urjent)
Explain with any example for procedure cache..
Thanks:
Dastagiri.D
Use this
October 22, 2008 at 11:19 pm
dastagirid (10/22/2008)
In my query are:
1) select * from orders where ordered BETWEEN 100000...
October 22, 2008 at 11:13 pm
aleksandr.fisher (10/22/2008)
Is there way to encrypt decrypt with MD5 algorithm column value for sql server 2005 using tsqlIsn't there ready to use functions?
Help would be appreciated
i dont think that...
October 22, 2008 at 11:06 pm
shiwani2002sg (10/22/2008)
say if i run some procedure
insert_into_tables...
October 22, 2008 at 11:02 pm
Glen (10/22/2008)
Did you ever tried Varchar(MAX).
In SQL server 2000?
oh im sorry for that
but in sql server 2000
there is varchar(8000)
October 22, 2008 at 6:41 am
krayknot (10/21/2008)
Arul Manoj (10/21/2008)
User...
October 22, 2008 at 6:30 am
Arul Manoj (10/22/2008)
But i need the following result:
For each user i have to compare the stop time of 1st row with start time of 2nd row...
October 22, 2008 at 6:18 am
Pravin Patel (10/22/2008)
SET @v1 = '1,2,3'
PRINT ('select * from user_login_dtl where CAST(login_type_id AS NVARCHAR(10)) in (' + @v1 +')')
SELECT * FROM user_login_dtl WHERE CAST(login_type_id AS NVARCHAR(10)) in...
October 22, 2008 at 6:11 am
Viewing 15 posts - 271 through 285 (of 320 total)