Viewing 15 posts - 16 through 30 (of 140 total)
For what its worth, the output of PRINT will render when the batch has COMPLETED, whereas RAISERROR will render immediately. This may explain why you're seeing RAISERROR output before PRINT
September 5, 2012 at 6:21 am
My preferred method is to import the MS Excel file into a SQL table for verification. I usually set all the columns to a wide NVARCHAR value
You can create a...
August 29, 2012 at 10:24 am
From what I understand you want to keep a copy of the live database available for the next five years?
If that's the case, do the following:
1. Backup up the database
2....
August 24, 2012 at 2:33 am
At the risk of repeating myself, what do mean by Archive? Archive has no real meaning in SQL Server.
Try Googling the phrase
sql server archive
and see if you can get...
August 23, 2012 at 6:08 am
Needed to do some research for got the question right.
August 23, 2012 at 2:50 am
When you say "archive" do mean:
1. Backups?
2. Remove older or inactive records from a database?
3. Keeping a live copy of the database somewhere?
4. Any other definition not covered above?
The word...
August 23, 2012 at 2:00 am
Good article and clear explanation.
Had do refactor the INSERT statements as my organisation uses SQL 2005.
August 23, 2012 at 1:57 am
A quick Google search turned this up....
Hope it helps!
August 23, 2012 at 1:12 am
Just checked.... the link is fine
http://www.sqlservercentral.com/blogs/jamesserra/2012/01/25/improving-cube-processing-time/
August 21, 2012 at 9:05 am
Great piece of SQL J Livingston - you've beat me to it again... I was working on a CTE solution...
Next time....
August 20, 2012 at 8:33 am
Hi Rajesh,
Open the link and read the article - it should point you in the right direction.
August 20, 2012 at 6:31 am
Found this in SSC which discusses cube updates.
http://www.sqlservercentral.com/blogs/jamesserra/2012/01/25/improving-cube-processing-time/
August 20, 2012 at 6:23 am
rajeshpalo2003 78748 (8/20/2012)
I am new to SSAS.i have 1 lakhs record in cube but next day i am getting another 10k records.So i want to process only new records.For...
August 20, 2012 at 6:18 am
Viewing 15 posts - 16 through 30 (of 140 total)