Viewing 15 posts - 691 through 705 (of 961 total)
While your at it check the datefirst parameter
http://msdn.microsoft.com/en-us/library/ms181598.aspx
It decides what values is returned for Monday , ( It not always 2 ) .
And most importantly start using ANSI joins
select...
July 14, 2011 at 1:17 am
Disaster recovery requires the ability to recover from all kinds of disaster - data corruption, system failure, etc.
None of those solutions is capable of full DR - only partial.
There is...
July 14, 2011 at 12:37 am
$PARTITION (Transact-SQL)
Look up the above function in BOl
July 12, 2011 at 1:43 pm
Analysis Services is the data warehousing capability provided in SQL Server.
The wiki above is a good start for DW in general
The below link gives details of SSAS as a data...
July 12, 2011 at 1:38 pm
I think replication or DB mirroring would be a good fit in the above scenario.
However I think you would suffer significant data loss in your current model because fail over...
July 12, 2011 at 1:31 pm
If the pays so good I can retire early , I would 😀 , Usually as long as I get paid in proportion to the work I do , its...
July 12, 2011 at 1:26 pm
This is no Help but still
July 12, 2011 at 10:20 am
You could always ask them to send you the exact hotfix if you know which one it is, I think they zip and send it
https://support.microsoft.com/contactus/emailcontact.aspx?scid=sw;en;1410
July 11, 2011 at 1:40 pm
The trigger is created on [st_ppl] therefore the inserted table will look exactly like st_ppl , you need to make sure the column and data types of your destination...
July 11, 2011 at 1:35 pm
you can perform full backups along with log shipping you dont need to stop log shipping in order to do this. What exactly are you trying to achieve ? ,...
July 11, 2011 at 3:51 am
The data files for just the database A105_A add upto 53 GB , could you please monitor the disk space when the rebuild happens to verify that it actually runs...
July 11, 2011 at 3:23 am
Whats the size of the DB data files now ?
Check the values for the below underlined text
/****** Object: Database [AdventureWorksDW] Script Date: 07/11/2011 13:56:20...
July 11, 2011 at 2:28 am
I was able to execute this successfully with out any errors , could you explain how your executing the query ?
declare @tablename varchar(20)
--Declared a variable to store search term
set @tablename...
July 8, 2011 at 2:30 pm
There will be no data loss since in high availability mode they transactions are first committed on the mirror before they are committed on the principal
July 8, 2011 at 1:57 pm
Viewing 15 posts - 691 through 705 (of 961 total)