Topics
Started by
Posts
Last post
i was totaly confused while using order by clause with multiple columns.. actually how it will resp…
2 replies
i have a stored proc that i pass a tablename into and then it has logic in it that will update n n…
1 replies
All, I have to write a generic query for the below requirement. Table Structure: create table swif…
1 replies
I Have Table With Column With DataType Varchar(50) Which Is Having A Unique Constraint On That. For…
2 replies
Hi - I am having trouble writing a query to get the distinct values of a column grouping into a sin…
5 replies
Hi all, Need some help in writing a query for the below scenario. I have two table with start and e…
3 replies
Hi All, I am trying to write a sql to find the minimum of a dataset select ST.BG_DTTM ,MIN(ST.BG_DT…
1 replies
This is my scalar function, which returns numbers between @min-2 and @max-2 (both included): cre…
13 replies
hai friends, i m created one table ,i wanna delete the duplicate values create table empl ( r…
2 replies
My front end aspx web page has a form with some text boxes, dropdown, radiobuttons, Datagrid and se…
5 replies
Hi I have a trigger tuReferral_UpdateAudit on update of a table [dbo].[tReferral].The trigger is u…
6 replies
Hello Everyone, Hope all is well. I was wondering if I can import data from an excel sheet only fro…
4 replies
Hi, My front end has a form that allows the user to input information I have the following tables: …
7 replies
I have the below SQL .. IF OBJECT_ID('TempDB..#tTestTB') IS NOT NULL DROP TABLE #tTestTB CREATE TA…
3 replies
Hi, I am trying to build something that combines all values of all variables using SQL Server. For …
36 replies
Viewing 15 topics - 4,201 through 4,215 (of 10,647 total)
You must be logged in to create new topics.