Viewing 15 posts - 3,811 through 3,825 (of 11,678 total)
I would create a table that stores the information of to be deleted jobs (job name and date of deletion).
Then I would create a daily job that uses that information...
January 27, 2014 at 3:43 am
What if you run the configuration manager as Administrator? (shift+right-click shortcut)
Is the SQL Server service listed in services.msc?
January 27, 2014 at 3:39 am
c.ajitkumar (1/27/2014)
in my one of the server the sql server and sql sevrer agent service is not showing in configuration manager only browser service is listed there.
I checked all...
January 27, 2014 at 3:18 am
Farlzy (1/27/2014)
As a quick win, could you not just set the On Failure Action of the job step to be "Quit the Job Reporting Success"?
That would hide real failures.
@roryoflynn1: it's...
January 27, 2014 at 3:17 am
mea99sdp (1/27/2014)
Date,
(SELECT Financialyear FROM Financial_year_master_table WHERE Date BETWEEN Year_start_date AND Year_end_date) AS Financial_year
FROMDetail_table
You could do it this way, but you doing query for each row, so performance might not...
January 27, 2014 at 2:04 am
Personally I would go for option 1. I don't really like keys to other fact tables in the design.
And I would add the entire history in the new fact table,...
January 27, 2014 at 12:47 am
Do these new dimensions change the grain of the fact table?
January 27, 2014 at 12:28 am
Did you try any googling at all? There are thousands of code samples on the internet on how to delete duplicates.
January 27, 2014 at 12:27 am
Mani-584606 (1/26/2014)
Transaction has been killed and is in a very long rollback. Processes are being blocked. What do you do?
Split up transactions in smaller chunks so that you don't have...
January 27, 2014 at 12:11 am
shubham.saxena67 (1/26/2014)
Dear Friends,we all know when use cursor the performance become slow,so my question is why cursor is slow?
Also want to find actual difference between While and Cursor..
Thanks is advance.
A...
January 27, 2014 at 12:09 am
hisakimatama (1/24/2014)
January 26, 2014 at 11:56 pm
2 points for such an easy question. W00t! 😎 :w00t:
January 26, 2014 at 9:43 am
It depends on which queries are used against the table.
The unique index is useful as a check constraint to make sure the natural key (the combination of those three columns)...
January 24, 2014 at 3:55 am
tkenney 85817 (1/24/2014)
HiSorry I am not sure what you are asking
which folder?
Thanks
Tina
The folder called "Data Sources". It's what is default specified for the TargetDataSourceFolder property.
January 24, 2014 at 3:49 am
It seems to me weekdays calculates days, not the number of Mondays.
January 24, 2014 at 3:47 am
Viewing 15 posts - 3,811 through 3,825 (of 11,678 total)