Topics
Started by
Posts
Last post
Hello, I have a value change log table. CREATE TABLE #LogTable ( CustomerID int , LogDate date…
1 replies
By: manub22
Hello SQL Server Community, I am trying to come up with a sql statement that will return only the r…
5 replies
By: LutzM
Hi I am trying to do an insert into a table (employer) where I am grabbing a max date from another …
2 replies
By: nigelc
Hi I have come up with this ALTER TRIGGER Trigger6 ON dbo.ReceiveOrder FOR UPDATE AS UPDATE Con…
3 replies
By: toddasd
Hi For me count 207 rows when i use SELECT sysobjects.Name , sysindexes.Rows FROM sysob…
6 replies
By: steveb.
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
By: j.a.c
Hi Folks, Need some quick help here. I have a query that returns a single column. I need to prese…
6 replies
By: DB Dude
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
Viewing 15 topics - 8,026 through 8,040 (of 10,635 total)
You must be logged in to create new topics.