Viewing 15 posts - 196 through 210 (of 541 total)
Found this on Andrew Fryers blog thought others might find it useful:
http://blogs.technet.com/andrew/archive/2008/07/14/licensing-sql-server-client-tools.aspx
Regards,
Phil.
February 26, 2010 at 7:02 am
Thanks for the input. How does visual studio (delivered with SQL) fit in regards deployment to multiple users?
Thanks,
Phil.
February 25, 2010 at 1:18 am
Thanks for posting.
Kind Regards,
Phil.
December 22, 2009 at 12:08 pm
Thanks for taking time to reply.
A friend has just come up with the answer as follows:
INNER JOIN (SELECT AccountingYear * 100 + AccountingPeriod AS YRPR,AccountingYear,AccountingPeriod,PeriodClosed,ROW_NUMBER() OVER(PARTITION BY AccountingYear * 100...
December 22, 2009 at 5:00 am
OK, I have made some progress (testing on 32 bit XP laptop).
Firstly I added a linked server:
DECLARE @rc int
DECLARE @server nvarchar(128)
DECLARE @srvproduct nvarchar(128)
DECLARE @provider nvarchar(128)
DECLARE @datasrc nvarchar(4000)
DECLARE @location nvarchar(4000)
DECLARE @provstr...
December 18, 2009 at 4:40 am
Thanks for the links.
Kind Regards,
Phil.
December 18, 2009 at 1:44 am
In testing I received error "Microsoft.ACE.OLEDB.12.0" has not been registered.
I have done some research and apparently there is not a ACE provider for 64bit?
I am running Windows 7 Ultimate 64bit...
December 17, 2009 at 10:03 am
Thanks for that, very much appreciated.
Kind Regards,
Phil.
December 16, 2009 at 3:47 pm
Hi, yes T-SQL to to Excel and I was hoping to automate.
Kind Regards,
Phil.
December 16, 2009 at 1:07 pm
Thanks for the link.
I am looking to go the other way. Run a SQL query that outputs to excel. For each GL Code create a seperate worksheet in the excel...
December 16, 2009 at 6:01 am
DISTINCT
There must have been a reason at the time....I will check and remove if not required.
Thanks,
Phil.
November 17, 2009 at 9:46 am
Thanks Dave, I will take a look.
Kind Regards,
Phil.
November 17, 2009 at 8:11 am
Thought I would post my solution.
It transpires I had not permitted the account used in the Endpoint role membership on system databases Master & msdb.
msdb:Roles
SQLAgentOperatorRole
SQLAgentReaderRole
SQLAgentUserRole
Thanks,
Phil.
October 27, 2009 at 3:00 am
Viewing 15 posts - 196 through 210 (of 541 total)