Topics
Started by
Posts
Last post
Hello All, I have situation where table(SQL server 2005) is like that, Orderid cost indic…
6 replies
Hi, I have attached two files regarding execute SP at sql server 2008 databases,... It was working …
4 replies
I have a script that uses the GROUP BY clause and returns the SUM much greater than expected. Here …
4 replies
CREATE TABLE #MapIDs ( WonkyID CHAR(8) NOT NULL, Client VARCHAR(50) NULL, Identifier1 VARCHAR(12…
7 replies
Hi friends, I m write procedure for the problem is account trans date amount =================…
12 replies
Hi Experts, Please help me in this. I have a table where i am storing numeric value in Varchar colu…
5 replies
I have two tables with folowing sample data: tabA IdParentId 1001NULL 10021001 10031001 1004NU…
12 replies
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
Viewing 15 topics - 5,446 through 5,460 (of 10,635 total)
You must be logged in to create new topics.