Topics
Started by
Posts
Last post
Hi,sample data to play with,Declare @TestData table (Id int); &n…
5 replies
This seems simple enough but for some reason, my brain isn't working. I have a lookup table: Table …
7 replies
Hi all, i am doing a date time based calculation. I have a table with basic format having two date …
2 replies
Hi Guys,I an trying to do a simple upload from a txt file to a table. I know it should be a simple …
21 replies
Hi all,Consider the data below, I need every combination that totals 130.So, 130, 55 + 75; 65 + 55 …
14 replies
I am basically planning to use the following t-sql 2008 for schoolYear for 2017 using parameter cal…
1 replies
hii have table like this id a_date &…
1 replies
I have a weird problem. I have an Access database that has a table that contains about 50,000 lines…
1 replies
trying to create a stored procedure to copy a record in the same table where the reference number i…
3 replies
Hi all I have a very strange situation where I have a table containing data that definitely has rec…
8 replies
Hi All,I have the following table:declare @T table ( ID &nb…
2 replies
Hi..I am trying to create Sp as below: CREATE PROCEDURE [dbo].[usp_Get_Investor] @InvestorCode_FROM…
7 replies
ok below Is my query SELECT LN.PRODUCT_ID , ITEM_STATUS_NAME.TXT …
1 replies
Hello Good Morning, Can you please let me know this... need to extract number from varchar string …
1 replies
How can I determine what is stored in a XML column? Is there a way I can query the column to determ…
2 replies
Viewing 15 topics - 316 through 330 (of 10,647 total)
You must be logged in to create new topics.