Viewing 15 posts - 61 through 75 (of 121 total)
Thanks, Dugi.
The Access database is not password protected. The linked server works sometimes (once a day), but it fails often.
December 29, 2008 at 8:16 am
Thank you all for your responses.
Greg, can you point me to reference material for exposing Reporting Services to WSS?
Thanks.
December 11, 2008 at 2:38 pm
Most of our users are still on Excel 2000. I noticed in the Data menu of Excel 2000 that there are 'Get External Data' and 'Pivot Table and Pivot...
December 9, 2008 at 1:19 pm
Thanks, Luke. Is there a work-around or an alternative to using sp_send_dbmail to send email?
August 15, 2008 at 7:14 am
What I've just discovered is that when I close Excel after the export fails, and then export again to Excel (a second export), it works.
August 6, 2008 at 1:39 pm
Thanks d_sysuk.
There is a significant amount of code that is executed to determine the value of the variable @EST_COST. That's why I'm using a cursor.
Are temp tables updatable in...
July 18, 2008 at 9:23 am
It looks like the server name parameter (-S) must be in uppercase.
This worker:
C:\>sqlcmd -S lebhq-actsql\itdev
1> select @@servername
2> go
---------------------------------
---------------------------------
LEBHQ-ACTSQL\ITDEV
(1 rows affected)
May 8, 2008 at 7:56 am
Thanks Todd,
sqlcmd is using the default instance and not the named instance I specify (lebhq-actsql\itdev).
Any suggestions?
C:\>sqlcmd -s lebhq-actsql\itdev
1> select @@servername
2> go
--------------------------------------------------------------------------------
------------------------------------------------
LEBHQ-ACTSQL
(1 rows affected)
1> select name from sys.databases
2> go
name
--------------------------------------------------------------------------------
------------------------------------------------
master
tempdb
model
msdb
ReportServer
ReportServerTempDB
(6 rows affected)
1>...
May 8, 2008 at 6:58 am
I don't believe there is any such thing as user-level security in SSRS.
However, if you want to make report data sensitive to a user, then look into using the UserID...
April 17, 2008 at 5:25 am
SQL ORACLE (3/4/2008)
How about to change the execution account to others, such as local account?
Try this.
1. Open the SQL Server Configuration Manager.
2. For the SQL Server Agent process,...
March 5, 2008 at 5:09 am
Thanks, Antonio. That was it! I ended up using this syntax:
Insert Into dbo.PLExchRate
Select CCNVFC
From OpenQuery(DRAS400,'Select CCNVFC From BPCSFFG.GCC
Where CCFRCR = ''USD''
And CCTOCR = ''PLN''
And CCRTYP...
February 21, 2008 at 8:31 am
Viewing 15 posts - 61 through 75 (of 121 total)