Topics
Started by
Posts
Last post
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
Hopefully a quick one... Is there a way to run a SELECT query which returns the names of all databa…
5 replies
How can we make index on UDF/ Is there is away to replace table scan on UDF's As per the article ,…
1 replies
Hi, I have a table with some integer values. i want to calculate the maximum/minimum of each row an…
1 replies
Viewing 15 topics - 5,746 through 5,760 (of 12,231 total)
You must be logged in to create new topics.