Viewing 15 posts - 18,511 through 18,525 (of 59,072 total)
Richard Moore-400646 (1/25/2016)
Thanks for your reply. Funny you should ask that as I'm in the process of testing and verifying that information. Initial tests show marginal differences...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 6:45 pm
Sree Divya (1/25/2016)
hi,in my shared location db backup is .lbak
Like I said, use xp_DirTree. Here's an example...
EXEC xp_DirTree 'C:\',1,1
Replace the "C:\" with either the drive and path to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 6:42 pm
Eirikur Eiriksson (1/25/2016)
Jeff Moden (1/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 4:50 pm
Richard Moore-400646 (1/25/2016)
Thanks very much for the replies. I've corrected the counter issue and will look the versions that Luis provided.
Shifting gears a bit, I have two questions...
1. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 4:47 pm
Heh... according to the interviews I've been conducting for the last several years, people have spent way too much time crafting their resume instead of learning their craft. :sick:
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 4:40 pm
I guess "It Depends" on what you call a "gut feel". I was recently asked to provide hard evidence that a particular stored procedure was the source of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 4:34 pm
dietztm (1/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 3:50 pm
Luis Cazares (1/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 11:26 am
On that same note, I've repaired the "big", high ROI performance problems associated with the front end for our company and the users still complain of performance problems. The...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 9:42 am
spaghettidba (1/25/2016)
Eirikur Eiriksson (1/25/2016)
spaghettidba (1/25/2016)
Eirikur Eiriksson (1/25/2016)
spaghettidba (1/25/2016)
SQL Server 2012 supports the FORMAT function:
select format(GETDATE(), 'dd-MMM-YYYY')
Gianluca, don't use the format function, it has terrible performance.
😎
It is a CLR function, so...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 25, 2016 at 9:30 am
VegasL (1/23/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2016 at 10:03 pm
Sree Divya (1/22/2016)
i am planning automate my database new from shared backup location,
the requirement is need to auto pick up the full backup from shared location and do the restores.
can...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 10:25 pm
william.balogh (1/22/2016)
Wakey wakey, Forum thread. 🙂
Right back a'cha and welcome aboard.
Q: But what if the table becomes a view!?
A: Not a valid excuse anymore. Do some work, and build the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 10:10 pm
Here's the latest readily consumable data with a couple of comments added for other experimenters...
--===== Conditionally drop the test table to make reruns in SSMS easier.
...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 9:07 pm
There's no need for the Quirky Update in such a case. The "Difference Between Two Row Numbers" will do it, will be faster that the Quirky Update if the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 22, 2016 at 8:04 pm
Viewing 15 posts - 18,511 through 18,525 (of 59,072 total)