Topics
Started by
Posts
Last post
Hi I have come up with this ALTER TRIGGER Trigger6 ON dbo.ReceiveOrder FOR UPDATE AS UPDATE Con…
3 replies
Hi For me count 207 rows when i use SELECT sysobjects.Name , sysindexes.Rows FROM sysob…
6 replies
I have a Script for Re-Org Indexes on all user databases. Its like this USE [DB1] GO ALTER INDEX [I…
3 replies
I need to select all rows from a table that has the same data in column 1 but based on if specific …
5 replies
Asked by amedexitt in MS SQL Server Tags: 0x80040155, error, failed, package, ssis Hi There: I'm tr…
1 replies
select * into #test1 from ( select 1 ID, 'Dog, Cat' Animal, 'Pet' TypeOfAnimal union select 2, 'Tig…
3 replies
Hi, Why does this sql below not return an 'Invalid column' error when executed? Is it a bug or by d…
2 replies
Hi Folks, Need some quick help here. I have a query that returns a single column. I need to prese…
6 replies
I am having trouble getting a query worked out. I have a table that has 2 columns, item and code. …
1 replies
Hi, I have the following data in a field. RNL00:123456-3:1 i need to extract the last character fol…
10 replies
I am trying to fix the performance of an application. they had several queries where they used func…
27 replies
I am working on a SQL Server 2008R2 query that leverages full text searching to find the appropriat…
2 replies
Oracle SQL: SELECT (NVL(v1.non_credit,0) - NVL(v2.credit,0)) settle_amt from (SELECT sum((trans_a…
11 replies
Hi All, i have below requirement, we are checking only month and date. If the FYME is < or = pay…
5 replies
Hi, I need to write a store proc to move the data from table1 to table2. Both tables are in differe…
2 replies
Viewing 15 topics - 8,041 through 8,055 (of 10,647 total)
You must be logged in to create new topics.