Viewing 15 posts - 4,201 through 4,215 (of 26,490 total)
Sergiy (12/22/2015)
ScottPletcher (12/22/2015)
But when it's a hard-coded literal
If it's in production code - the developer who did it must be sacked.
If it's in a dynamic SQL -...
December 23, 2015 at 9:12 am
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
December 22, 2015 at 4:17 pm
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
December 22, 2015 at 3:11 pm
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
December 22, 2015 at 11:14 am
ScottPletcher (12/22/2015)
Lynn Pettis (12/22/2015)
ScottPletcher (12/22/2015)
December 22, 2015 at 10:57 am
ScottPletcher (12/22/2015)
December 22, 2015 at 10:37 am
Welsh Corgi (12/21/2015)
Thanks!
Sarcasm noted.
USE [master]
RESTORE DATABASE [AdventureWorks2014Test] -- Restore to a Different name
FROM DISK = N'C:\SQLBackups\AW2014.bak' -- Using the backup of the "production" database
WITH FILE = 1,
...
December 22, 2015 at 9:35 am
Phil Parkin (12/22/2015)
It seems that everyone in this thread spends their spare time shooting things :exclamationmark::-D
I would if I had any firearms. There are two I would like to...
December 22, 2015 at 9:10 am
Silver Spoon really doesn't seem to care about learning anything. Just the answer, that's all he is interested in.
I really hope there is someone else there who knows more...
December 22, 2015 at 9:08 am
Welsh Corgi (12/21/2015)
cI am just trying to restore PrismDataSave from a PrismData backup
Everything you need (and more) is up there. Trying figuring out what you think you need...
December 21, 2015 at 4:48 pm
Would help if you posted the DDL for the tables including indexes and uploaded the actual execution plans instead of just posting pictures.
December 21, 2015 at 2:39 pm
Luckbox72 (12/21/2015)
Follow this link for the corrected script
http://stackoverflow.com/questions/20972209/xirr-calc-in-sql
This works in...
December 21, 2015 at 2:03 pm
What is the data type for this column: [Gen_ Prod_ Posting Group]
If it is integer, your problem is allowing the @GPPG variable to contain values other pure numeric values. ...
December 18, 2015 at 11:35 am
tinausa (12/15/2015)
Also, number of categories may change from one product to another. Some have 3 and...
December 16, 2015 at 9:05 am
First, I'd write it as an inline table valued function, not a scalar function. Also, from what I can see it is rather simple. Does the below, even...
December 15, 2015 at 4:49 pm
Viewing 15 posts - 4,201 through 4,215 (of 26,490 total)