Topics
Started by
Posts
Last post
Hi all, I am working with CTE I got problem like ;with CTE1(col1,col2) as ( Select Col1,col2 Fr…
5 replies
I have the following table with columns: code,description,code2,code3,code4 , and I want to find th…
6 replies
With many thanks to the previous forum posters, I've worked out how to implement the stop clock sol…
9 replies
I have huge amout of data.so can any tell me that where i store that data. In sql server database o…
7 replies
Hi friends, I have a table named Record with three column : ID int pk Tone int Duration int IsI…
1 replies
hi.... I have a table primary key column with autoincrement.. i have inserted som…
1 replies
Hi Friends, I want to use Cte in my sql server 2005.What is Cte .why we will go for …
3 replies
I'm trying to run this code and I get the error below the code. UPDATE [tblShipments] LEFT OUTER JO…
3 replies
We have a procedure that controls the execution of several other procedures within a transaction. …
6 replies
Hello, I have two issues and I hope someone can help me with it. I have been on this problem for 3 …
1 replies
Hello. I need to be able to return the third Friday of the current month. e.g. if I run the query …
3 replies
Hi, i have a query like select count(*),date from tbl1 where date between '2009/05/01' and '2009/0…
5 replies
Hi, I need to get the number of hits of the specific set of words in a column. Example: DECLARE @d…
5 replies
I have a table with DATE as one of Columns which is in days. My problems is to calculate the MTD mo…
3 replies
Extract time from datetime column along with AM or PM select MyDate from X SELECT CONVERT(VARCHAR,m…
4 replies
Viewing 15 topics - 5,746 through 5,760 (of 12,234 total)
You must be logged in to create new topics.