Viewing 5 posts - 16 through 20 (of 20 total)
SQL Server 2008 on 1and1 server
January 27, 2014 at 5:57 am
I entered this in as below. The error code was:
Incorrect syntax near 'GO'.
CREATE P*****
CREATE PROCEDURE CollapseToSUMs AS
DECLARE @col1 BIGINT, @col2 BIGINT, @col3 BIGINT;
SELECT
@col1 = SUM(col1)
,@col2 = SUM(col2)
,@col3 =...
January 27, 2014 at 5:50 am
Thank you very much!
January 27, 2014 at 4:55 am
I am using Microsoft SQL Server 2008 R2.
June 2, 2013 at 8:05 pm
How do you get a USER ID and PASSWORD in your connection string.
June 2, 2013 at 10:54 am
Viewing 5 posts - 16 through 20 (of 20 total)