Topics
Started by
Posts
Last post
Hi all, I have a heap table USER_COUNT_MONITOR with a single column ID and DISTINCT values fro…
9 replies
Hi all- I'm trying to flatten this table into something like the second table. Any suggestions woul…
3 replies
Here's one that's been nagging me. I've got two tables, with date "ranges." Table A is an "order" …
7 replies
I am having trouble creating my first database file. Here is the syntax used: CREATE DATABASE Accou…
4 replies
CREATE TABLE [dbo].[tmp]([msisdn] varchar(20)) DECLARE @intFlag bigINT SET @intFlag = 15210000000…
5 replies
with reference to OPENROWSET (TRANSACT-SQL) http://technet.microsoft.com/en-us/library/ms190312.asp…
4 replies
Hi I have to create offset to convert my EST Datetime columns to UTC to compare with Utc datetime c…
2 replies
By: sdennis
Hi All, my first post here maybe a newby one. Well, i have a table with data as from example below.…
2 replies
By: PiMané
Hi all- I've got an invoice coming in as a single sting and am trying to figure out how to best bre…
2 replies
By: al_nick
Hi, my version is sql server is as follow SELECT @@VERSION Microsoft SQL Server 2012 - 11.0.2100.6…
3 replies
Hi Everybody, Create Table #sample ( Name Varchar(100), Mark1 int, Mark2 int, Mark3 int) insert in…
7 replies
create table Sample (Name Varchar(100), Role Varchar(10)) insert into Sample values ('Vignesh' , 'A…
11 replies
table gennum tollnum, n1, n2, n3 800123, 1234, 1235, 1236 999123, 9876, 9875, 9874 I want to my…
17 replies
Hello all. We have a solution to a problem but think there is a much easier way to do this...I was …
3 replies
I have a need of passing-in an array of email addresses from a VB6 application to SQL Server 2012 s…
2 replies
Viewing 15 topics - 4,636 through 4,650 (of 4,984 total)
You must be logged in to create new topics.