Topics
Started by
Posts
Last post
Hi, I have a table with an integer column, and I need to write a check constraint on that column th…
3 replies
Hi, I have created a function in which i want the result as comma separated like A,B,C For that I h…
1 replies
Ok I've got a massive search query it's got about 20 tables with between 10,000 and 500,000 records…
4 replies
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
Viewing 15 topics - 9,076 through 9,090 (of 10,635 total)
You must be logged in to create new topics.