Viewing 9 posts - 1 through 9 (of 9 total)
Awesome, you made my day, Thanks
October 27, 2016 at 4:00 am
Hello,
Partition function and scheme as below
-- Step 1: Create Partition Functions and schema
CREATE PARTITION FUNCTION PF_MONTHLY (DATETIME)
AS RANGE LEFT FOR VALUES ('2014-01-01')
-- Step 2: Create partition scheme
print char(9)+'Create Partition...
October 25, 2016 at 4:44 am
please share document with me as well sachinonnet@gmail.com. Thanks in advance.
February 25, 2015 at 10:46 pm
How about snapshot ?
we can take DB snapshots on PROD and execute ETL on snapshot. let me know your view / recommendation on this.
December 27, 2012 at 3:27 am
well most of the Pinal questions comming as academic and not as experienced users.
mssqltips.com is also good website to find more interview questions.
September 3, 2012 at 5:44 am
you can follow Pinal @ SQLAuthority
he listed questions for basic to advanced.
August 27, 2012 at 6:43 am
Hi,
If we keep SQL 2005 as primary and 2008 as secondry :-
The databases don't get upgraded along the way. The upgrade doesn't occur until the database is recovered. For this...
August 27, 2012 at 3:54 am
March 20, 2009 at 4:25 am
i think 3/4 - SQL treat both as integer and won't return result but when we work with 3.0/4.0 or below convert it works fine,
select (convert(decimal(2,1),3)/convert(decimal(2,1),4));
March 31, 2008 at 3:34 am
Viewing 9 posts - 1 through 9 (of 9 total)