Topics
Started by
Posts
Last post
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
Hi all, Any help is really apprecitaed. create table outputdatavesrion (Id int, outputid Int, outpu…
3 replies
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
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
Hiya, I have the following statement; ISNULL(COALESCE(ap.ABP_Name,at.ABT_Name,sp.SKP_Name,st.SKT_Na…
3 replies
Hi. i do a shopping site and i need to keep products' price. Which data type do i use? i think to u…
2 replies
I have created two partitions on different columns for same table. I posted queries below ON Dateti…
1 replies
Viewing 15 topics - 8,086 through 8,100 (of 10,647 total)
You must be logged in to create new topics.