Viewing 15 posts - 241 through 255 (of 1,081 total)
April 9, 2013 at 12:20 am
looks like the results from a csv/txt file?
Tried using SSIS and selecting "First column is headers", delimit it properly to assign columns?
April 8, 2013 at 11:43 pm
Are you trying to produce a measure of adding 2 periods? eg. 11 + 12,
or 201301+201302?
April 8, 2013 at 11:41 pm
I'd consider kicking of an executable batch job from ssis.
ref: http://ask.metafilter.com/50369/How-to-move-files-into-subdirectories-in-batch-job
October 16, 2012 at 5:30 am
Any information in error log on the failure?
%ProgramFiles%\Microsoft SQL Server\MSSQL.x\Reporting Services\LogFiles
October 15, 2012 at 11:31 pm
select criteria from yourtable where datecolumn < dateadd(dd, 30, '20110420')
October 15, 2012 at 2:10 am
Example:
select {[Measures].[Amount], [Measures].[Transaction Cost], [Measures].[Transaction Number]} ON COLUMNS,
{ ManualProcessing].[All ManualProcessings].[MANUAL]} ON ROWS
FROM [Transactions]
where
(
except([Product].[All Products].Children,{[Product].[All Products].[Debit}),
...
September 6, 2012 at 2:48 am
rhythmk (9/6/2012)
Henrico Bekker (9/6/2012)
Define DB Testing Team?Sql database Testing team consisting 4-5 people.
yes, but define "Database Testing" what testing will be done/required? or are you 4-5 developers? Or SQL DBA's?
September 6, 2012 at 1:45 am
First, more info on your error: http://msdn.microsoft.com/en-us/library/aa337272(v=sql.90).aspx
Possible Fix: http://support.microsoft.com/kb/934396
SQL Backup Simulator for testing http://archive.msdn.microsoft.com/sqlbackupsim
September 6, 2012 at 12:25 am
If all the resources required for the SQL Services are in a group and dependencies have been configured correctly, the yes, move the group and all relevant resources will failover.
July 19, 2012 at 6:04 am
Koen Verbeeck (7/12/2012)
But apparently some people still get it wrong.
Or maybe they just sneezed while picking the answer and thus accidentily clicking the wrong...
July 12, 2012 at 12:33 am
Error message?
something like...."SQL Server blocked access to procedure 'sys.xp_cmdshell'" ?
July 11, 2012 at 12:43 am
Hi Gopi
This is a SQL Server Forum, and I doubt anyone here would be able to help you.
Best if you seek a COGNOS specific forum and raise your question...
July 10, 2012 at 6:36 am
Viewing 15 posts - 241 through 255 (of 1,081 total)