Topics
Started by
Posts
Last post
Hi, I have Column Names in a SQL Table. Now I want to use those Column Names in my Query but the is…
10 replies
Hi i have two tables 1.ROLE table CREATE TABLE [dbo].[Role]( [RoleID] [smallint] NOT NULL, [Rol…
2 replies
Hello, I was wondering what is your opinion about storing decimal data as int i.e.decimal(3,1) as s…
11 replies
Hi friends I have dbf file.I have to convert that file into SQL tabel. My team leader suggested imp…
9 replies
Can any one help me in modifying the stored proc to log usage to a central table.... Thanks in adva…
4 replies
Dear All, I have a table and i want to allow all the special character insert into that table. But …
2 replies
DECLARE @SQLString1 nvarchar(2000); DECLARE @SQLString21 nvarchar(300); DECLARE @SQLString22 …
4 replies
Hi Could someone help me with a query i am having? i am trying to select all the records in table w…
2 replies
I want to select duplicate rows based on the column 'companyname' into a table. This statement work…
12 replies
Hello, I have a table like following: [font="Courier New"] Item No. Language Des…
5 replies
i need to get counts by using group by from different tables ..for that i wanna going to views..can…
1 replies
hi all, i'm trying to group consecutive record, anyone knows how to do this ? this is my sample dat…
16 replies
Hello comunity I need to know how to any numeric value on a string value field like: "my invoice nu…
5 replies
I have a fixed-length file I need to import and then validate the number data to make sure it's a n…
4 replies
can i use sp_excecutesql to run a cmd that has a parameter for the column. so the cmd looks like t…
7 replies
Viewing 15 topics - 9,091 through 9,105 (of 10,647 total)
You must be logged in to create new topics.