Topics
Started by
Posts
Last post
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
By: noeld
Hi all, how can i query to see if i have _(underscore) in text such as select * from table where de…
2 replies
By: noeld
Hello all. Ive written the following code to check if a foreign key exists, and if it doesnt to ad…
12 replies
By: Vladan
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
By: jaypee_s
I have a function that is randamly dieing and I would like to try and log it to a temp table to hel…
1 replies
By: ChiragNS
Hi, I am building a table with a column that stores query's from my reporting service deck. Howeve…
16 replies
This may be a common problem, but i need some help here. i have a table like this: ID, FIRSTNAME, …
5 replies
By: GSquared
Hello I would like to create a comma delimtted list of a column in a table to use in an 'IN' clause…
7 replies
By: GSquared
Viewing 15 topics - 9,796 through 9,810 (of 12,230 total)
You must be logged in to create new topics.