Topics
Started by
Posts
Last post
Create Table #Dim_Child (DW_Child_ID int, DOB DateTime) INSERT INTO #Dim_child SELECT 1 AS DW_Chil…
4 replies
Hello, I'd like to have total value of amount paid (PAID) iterated at every row level. For instance…
6 replies
I am sure this could be one of those questions you get in "how expert you are in sql" quizzes, but …
1 replies
Dear Experts , I have the following string SBR9D28.0178 The fourth character from the left stands f…
2 replies
I have millions of records to insert through dotnet application and i want to know which one is bes…
11 replies
I am having an issue with a Scalar Valued Function and using it in a where clause. Let me show you…
10 replies
Hi,. I have a table for example table 1 columns are : Item_no , stock1,stock2 ,date rows …
4 replies
I have the following tables: 1. orders_company1 2. orders_company2 3. customers_company1 4. custome…
11 replies
I dont' know what the problem is. I created a table and set of data for you guys and i retested the…
5 replies
I have to insert values from Table A to Table B. Table B has a Reason column that will be the same …
2 replies
I have a table having data ID Machine StartTime 1 M1 2010-03-10 15:00:00 2 …
4 replies
I have the following rows in a table: Date From|Date To 04 January 2010|03 February 2010 06 Janua…
6 replies
Hi, A developer approached me in regards for sys.fn_varbintohexstr function they are using at the m…
19 replies
Hi I have two tables - OrderHeader and OrderDetail Each table has an OrderNumber field. This also …
2 replies
Hi everyone, I need help trying to import XML data into a relational format. I am able to import th…
1 replies
Viewing 15 topics - 4,111 through 4,125 (of 12,234 total)
You must be logged in to create new topics.