Viewing 15 posts - 9,976 through 9,990 (of 26,489 total)
durai nagarajan (8/21/2012)
with full backup and...
August 21, 2012 at 12:32 pm
Here is another potential solution. Would like to have others give it a test.
Against the small original test set it worked. Unfortunately, I think it may be wrong...
August 21, 2012 at 11:54 am
ronmoses (8/21/2012)
August 21, 2012 at 9:51 am
I am going to join in with the "It depends" group. You need to test if a materialized view is going to help or not. There really is...
August 21, 2012 at 8:16 am
The key for the SQL Logins is the SID, and since they are the same, there should be no problems. As far as the default database changing on a...
August 21, 2012 at 8:02 am
durai nagarajan (8/21/2012)
Lynn Pettis (8/17/2012)
August 21, 2012 at 6:04 am
tshad (8/20/2012)
But I did figure out my issue,...
August 20, 2012 at 9:59 pm
Sergiy (8/20/2012)
CELKO (8/18/2012)
CAST (SUBSTRING (IN_STR, 7, 4)+'-'+SUBSTRING (IN_STR, 3, 2))+'-'
+SUBSTRING (IN_STR, 1, 2)
AS DATE)
SET DATEFORMAT DMY
select CAST...
August 20, 2012 at 4:44 pm
You may also want to check out this article:
August 20, 2012 at 12:03 pm
TRUNCATE TABLE is logged. If you truncate the table on the principal side, it will get truncated on the mirror.
August 20, 2012 at 11:56 am
GilaMonster (8/20/2012)
Lynn Pettis (8/20/2012)
August 20, 2012 at 10:56 am
smallmoney (8/20/2012)
I seem to have caught amnesia.
I understand that frequent transaction log backups help maintain the size of a transaction log.
However do Full backups help anything with the transaction...
August 20, 2012 at 9:43 am
CELKO (8/19/2012)
why do all the string spliting and concatenation when the a) the text string is already in dd/mm/yy format, and b) you can use the format codes (3...
August 20, 2012 at 9:35 am
CELKO (8/18/2012)
+SUBSTRING (IN_STR, 3, 2))+'-'
+SUBSTRING (IN_STR, 1, 2)
AS DATE)
cut up the string and...
August 18, 2012 at 9:23 pm
CELKO (8/17/2012)
August 17, 2012 at 3:34 pm
Viewing 15 posts - 9,976 through 9,990 (of 26,489 total)