Topics
Started by
Posts
Last post
Hi All I'm looking for some TSQL that will look through all the user defined functions, stored proc…
2 replies
Hi, I have a problem with an update query. Table1 contains FieldA which can feature leading and/or …
2 replies
I am running the following 2 sql's UPDATE dbo.adds SET code = dbo.format_chars(code) UPDATE dbo.a…
8 replies
Getting inconsistent record set While doing paging using ROW_NUMBER() function. Each time of execut…
1 replies
I have 2 tables I'm pulling data from. One is a table that logs charges on accounts and the other …
8 replies
How can I accopmlish the following? I want to update the Cust_Line_Del table based on information f…
10 replies
Hi I have 2 tables - Table1 with columns RowID and TableID Table2 with columns RowID1, TableID1, Ro…
14 replies
so for example. I have the below. Is this the same basic principle as using an into #tablename and …
15 replies
I have a simple holding table thats populated with filenames from a directory and I'm wanting to cl…
11 replies
I need to insert into a table , and define the type of each reocrd depending on some conditions ( T…
2 replies
Assume that a user U1 is running a transaction on a table T1. While the transaction is in process a…
1 replies
I am writing the following update query which is giving me an error saying more than 1 records retu…
2 replies
Assume that a user U1 is running a transaction on a table T1. While the transaction is in process a…
1 replies
Hi, I have a tbl: USE [Sergei_SandBox] GO /****** Object: Table [dbo].[test_2] Script Date: 03/…
18 replies
Hi All, How do I update the Live temp table using the Maint table with the last row values that is …
8 replies
Viewing 15 topics - 4,651 through 4,665 (of 12,230 total)
You must be logged in to create new topics.