Topics
Started by
Posts
Last post
Hi, If I run the following T-SQL query, I get 2 rows displayed in the 'Results' pane: SELECT * FROM…
11 replies
Hi i want to insert TEST1 table ID from Select query. INSERT INTO TEST1[ID,NAME,EMAIL] SELECT A.ID,…
5 replies
HI, I have a table with a set of Datas ,I need to select only the Distinct Data in the Value colum…
5 replies
i have created a activation page for activating the users account, i need to write a login query to…
1 replies
Hi i want to select the records from TableB which is NOT IN Table A
2 replies
I need to at reuntime create at temp table that has the same structure as an other at-run-time know…
6 replies
Currently I have a stored procedure that accepts a list of columns as the input and upon execute, s…
6 replies
I have a SPROC that queries 2 tables Items and Catalog and is supposed to return the rows that meet…
6 replies
How do I select records that were inserted 30 minutes ago in a table.
4 replies
Hi all, how can i query to see if i have _(underscore) in text such as select * from table where de…
2 replies
Hello all. Ive written the following code to check if a foreign key exists, and if it doesnt to ad…
12 replies
Hi, how can we see long running queries with t-sql . Thaxx Regards Jagpal Singh
5 replies
Hi, I just want to know in which dmv i can find Blocked Process and second for Long running querie…
2 replies
HI Guys, I saw someone post something about changing a where clause so that the Index on a date fie…
2 replies
Here is my problem . create table test ( val varchar (100) ) insert into test values ('faheem') ins…
4 replies
Viewing 15 topics - 9,796 through 9,810 (of 12,234 total)
You must be logged in to create new topics.