Topics
Started by
Posts
Last post
I have what ought to be a simple problem, but is more subtle than I thought; what data type to use …
8 replies
Hi All, I am new to SQL Server.Prior to this i had done some programming in C. Consider the below q…
6 replies
Will people kindly share practical applications of REVERSE sql function? I do not see any posts on …
25 replies
In a sql server 2008 r2 database, I am using a table called 'appclose' as a reference table. This t…
1 replies
I have been creating tables left and right. The past two weeks I created hundreds. About 30 minutes…
2 replies
We have a table data from other source. One of the columns Model is varchar(5), most of values are …
7 replies
hi i want next day function for example. if i enter 12/31/2008 ,it should give me 01/01/2009
6 replies
CREATE TABLE [dbo].[Abc]( [sid] [int] NULL, [sname] [varchar](20) NULL ) ON [PRIMARY] GO SET ANSI…
2 replies
my stored procedure. its used to insert the data and increment idcount by one till the end of the y…
4 replies
Hey all, I have this query SELECTa.Report_Menu_Code , a.Menu_Name, b.Sub_Menu_Code, b1.…
17 replies
I am pivoting against a dataset and that works, but I want to add GROUP BY ROLLUP so that I can hav…
7 replies
Trying to do what I thought would be a simple LIKE wildcard query but I can't get the syntax correc…
13 replies
hi We need to combine two DML Statement into one statment update B Set B.phone_disp_new = ISNULL(A…
2 replies
Hi All, I have a table of stock details for NSE holiding Daily data. Here is the structure of the t…
18 replies
Hi All, Now in the SP shown below, I want to control the where clause from outside (Application). …
7 replies
Viewing 15 topics - 5,461 through 5,475 (of 10,647 total)
You must be logged in to create new topics.