Topics
Started by
Posts
Last post
Here's the stored procedures. 85% of the time table 1 is being populated, the other 15 percent it …
3 replies
For the following i am getting incorrect charindex in case of 2nd select charindex('a',N'aृ'). If a…
3 replies
What should the proper syntax be to pull the data back where value2 is yo5? SELECT AdditionalData.v…
3 replies
Is there a way in t-sql or ssis to go through a table row by row and insert each record into anothe…
6 replies
Hi All, When I try to run the below code with @test-2 = '2009 12 17 22 31 00 000', It works fine, …
3 replies
Morning, I know the title is a bit obscure, essentially what I would like to do is use the stinters…
3 replies
Hi, I have been facing an annoying issue and not able to overcome it. Need some inputs from experts…
17 replies
I am on a database in sql2000.I have a small table with 300000 records and there is a small query t…
4 replies
I am converting a scientific print catalog to be diplayed on the web. I would have been using the T…
4 replies
Hi, I m trying to write a query to find out all the data in the current week. Like, If I run query …
6 replies
My Project's Outline: Parse a file that has up to 1200 characters per line. We have definitions for…
5 replies
Hi All Imagine i have a query returning two columns (EventID, EventType) like this (I've added a 3r…
17 replies
I know this is not a new topic but there does not appear to be agood solution for my needs. The pr…
31 replies
Hi, I am in middle of a huge replication project. My database has many tables which do not have pri…
14 replies
create Function fn_test(@TestCol int) returns table as If (@TestCol =1) select 'Abc' as Col1 else…
4 replies
Viewing 15 topics - 8,011 through 8,025 (of 10,647 total)
You must be logged in to create new topics.