Topics
Started by
Posts
Last post
Hello all, I am looking for a way to update a record based on an already existing record. For ins…
10 replies
By: kwoznica
I have following sample script to produce/understand the problem: CREATE TABLE [dbo].[tblVideo]( …
2 replies
There is a table Students with structure as follows: Sid SName TeamId 1 S1 …
5 replies
hi, i have a question about this query problem declare @MeterContract table ( MeterContract int ide…
4 replies
here is a sample simplified query: SELECT A.name, B.address, C.country FROM names A, addresses B, c…
5 replies
By: rafo
Hi all, Any help is really apprecitaed. create table outputdatavesrion (Id int, outputid Int, outpu…
3 replies
By: sturner
Hi, SELECT CONVERT(VARCHAR(30), CAST (CAST('110607120921' AS VARCHAR) AS DATETIME) ,110) I am get…
2 replies
I need to run a script that generates a table and inserts 300k records. sqlcmd truncates results to…
6 replies
I have a table thats evolving into a look up table for windows/sql servers. I'd like to include dr…
3 replies
By: jshurak
Hi everyone, We have lots of reports which use SELECT INTO to insert data into the temp tables. I w…
21 replies
Hi All, I want to update my flag column based on incoming row i.e if suppose accounti…
1 replies
I have the following table (OFF_WELL_DATE is DATETIME datatype; OFF_WELL is int and has the number …
1 replies
I am going to punch myself in the face. I have tried everything to get this to work and I keep gett…
6 replies
I've tables as following, CREATE TABLE [dbo].[PaymentItem]( [idx] [int] IDENTITY(1,1) NOT NULL, […
7 replies
Hi All, I am trying to update table with group by function but i am getting following …
4 replies
Viewing 15 topics - 8,071 through 8,085 (of 10,635 total)
You must be logged in to create new topics.