Topics
Started by
Posts
Last post
Hi Everybody Please help me to write a query for creating linkedserver to read csv files. Thanks
1 replies
declare @t table (id int identity, name varchar(10)) insert into @t select 'Bhuv' union select null…
17 replies
Hi All , why below syntax is giving me error .. ; with xmlnamespaces ('http://my/schemas/20120701' …
1 replies
Hi, SQL land . . . I realize that this is a general and vague question; for this, I apologize in ad…
5 replies
Hi, I have this query that is close to what I need, but not close enough.. --Query Changed to inclu…
6 replies
Hello I'm hoping someone can help me , I need to put together a script that will look at different …
9 replies
I have a table where 'X' = Delivered and '' is not Delivered. I am trying to group the deliveries b…
4 replies
I have 2 sql statements and each sql statement is having orderby clause when i am use" UNION ALL "…
10 replies
Hi I'm really stumped, on a client's machine I can see a problem which I cannot reproduce. Have a t…
8 replies
Hi, I want to search a word in all stored procedure and create the list of stored procedures where …
6 replies
Hi All, I have One stored Procedure having 1000 lines.In That Stored Procedure I have more than 5…
5 replies
I want to get the 10.1 and 10.2 in my output. How do i get that? Table A has the columns change_id …
5 replies
Hello Everyone I am merely playing around with an idea today. It is slow today, so I needed to teac…
5 replies
i need to implement the below code in ssis. declare @value nvarchar(200); set @value='EN 60325'; WH…
2 replies
I need to implement below scenario in SSIS 2008 I am getting values like below. EN 60320.V.1 EN 610…
4 replies
Viewing 15 topics - 3,151 through 3,165 (of 10,647 total)
You must be logged in to create new topics.