Topics
Started by
Posts
Last post
There is a way to send an email file that is stored in a column 'binary' through 'msdb.dbo.sp_send_…
1 replies
I haad written a query using dense_rank() it returns the following table HotelID RoomID Age…
10 replies
I have a table that has many columns. I want to return all the columns of the rows with the greate…
6 replies
Hi, What is the equivalent of ORACLE “MONTH_between “ in SQL ? I want in months…. I tried the Dat…
3 replies
Hi All I'm trying to get out of using cursors to solve my T-SQL problems Without using a cursor, I …
13 replies
Have created Scalar User Defined Function and when i try to execute the function it fails.What coul…
4 replies
Can you please help me to get the median using the cursor How I wrote the following code using the …
1 replies
CREATE TABLE #Contact ( ContactID INT, FirstName NVARCHAR(100), MiddleName NVARCHAR(100), LastName …
8 replies
I have a table of ItemID's associated with OrderID's and I would like to query the table to find al…
4 replies
update TblGas set MedianCo= (SELECT MedianCo FROM TblGas INNER JOIN Total ON TblGas.ID_NO= Total…
4 replies
Can you please help me to get the median using the cursor How I wrote the following code using the …
5 replies
Can any one describe that what exactly is a Deterministic & non-deterministic result?
3 replies
Hi, I have following table: USE [Test_Shamshad] GO /****** Object: Table [dbo].[mTable1] Scrip…
2 replies
Hi All, I need write a query that will return a filed which base on the calculation of the data. He…
4 replies
Is the statement below correct? I.SKU will be used to retrieve a record from from ITEMMAST when eit…
9 replies
Viewing 15 topics - 5,551 through 5,565 (of 10,635 total)
You must be logged in to create new topics.