Viewing 15 posts - 256 through 270 (of 476 total)
Alan.B (9/24/2015)
September 24, 2015 at 12:34 pm
schaudhary (9/24/2015)
Is it a local or remote backup? What kind of storage?Ans: we store back up on network drive.
Assuming that the network connection might be slowing this, do you have...
September 24, 2015 at 3:05 am
squvi.87 (9/24/2015)
what we could do to get the expected output?
Assuming that your string date is in 'yyyymmdd' format then you could do:
SELECTTestDate,
ISDATE(TestDate) AS [IsDate?],
CASE WHEN TestDate LIKE '[12][0-9][0-9][0-9][01][0-9][0-3][0-9]'
THEN 'RegExOK'...
September 24, 2015 at 2:53 am
robinwilson (9/23/2015)
wider usage will bloat the database size
However it would see that more "bloat" comes from having heaps on tables due to the way data is paged and left after...
September 24, 2015 at 2:45 am
I only know some specifics about log shipping based on our in-house usage, better someone who understands it thoroughly gives you some advice 🙂
September 24, 2015 at 1:00 am
Are local tables involved too? Is so may need to update statistics after migration before query plans will be optimal.
September 23, 2015 at 5:09 pm
GilaMonster (9/23/2015)
September 23, 2015 at 4:31 pm
GilaMonster (9/23/2015)
What won't use an index on MyColumn is this:WHERE AnyFunction(MyColumn) = @SomeValue
Thanks Gail, that was what was in my mind .. but not what I typed.
September 23, 2015 at 4:25 pm
erichansen1836 (9/23/2015)
September 23, 2015 at 4:18 pm
patrickmcginnis59 10839 (9/23/2015)
The classroom solution is one user adding stock arrivals, which increase the Quantity on Hand, and the other user doing Sales Order Processing which decrease the Quantity on...
September 23, 2015 at 3:50 pm
randyetheridge (9/23/2015)
September 23, 2015 at 2:48 pm
Siten0308 (9/23/2015)
the transaction log file are about 5-10kb
That seems surprisingly small - or perhaps the Log Backups are at very frequent, i.e. short, intervals?
Or almost no data changing in the...
September 23, 2015 at 2:38 pm
I drafted this hours ago, got interrupted with something else, apologies if it now overlaps other posts.
robinwilson (9/23/2015)
Primary Key...
September 23, 2015 at 2:34 pm
Steve Jones - SSC Editor (9/23/2015)
With the obfuscation easily bypassed ... what is the protection?
I think a programmer, from XYZ Vendor, visiting our client might take a look at our...
September 23, 2015 at 11:37 am
Steve Jones - SSC Editor (9/23/2015)
- Recovery and restore is very important in the data world. ... Respectfully disagree if this is your issue.
I would like to properly understand...
September 23, 2015 at 11:15 am
Viewing 15 posts - 256 through 270 (of 476 total)