Viewing 15 posts - 19,426 through 19,440 (of 59,072 total)
chrisph (10/14/2015)
Jeff I don't like the idea because of security and other implications of permissions but am exploring all options.
Understood but why is it necessary for the user to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2015 at 3:56 pm
chrisph (10/14/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2015 at 3:06 pm
My turn to "stalk", ol' friend. 😀 Very well done!
--Jeff Moden
Change is inevitable... Change for the better is not.
October 14, 2015 at 2:43 pm
Nothing yet on that, Michael. We've had the new boxes setup for many months and were supposed to migrate all our systems to the new boxes. Then, as...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2015 at 6:40 pm
Michael L John (10/13/2015)
So, which one did you end up going with, and why?I am in the middle of this same process.
Heh... "Nimble".
Why? "Because they said so". No...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2015 at 9:49 am
jonjonben (10/11/2015)
How will you best architect such requirement?
"It Depends". I'd have to know a whole lot more than what's been offered on this post, so far. I believe...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2015 at 8:16 am
Pick the piece that returns the smallest number of rows that the rest of the query will be dependent on. Stuff that into a Temp Table and join to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2015 at 8:10 am
To be honest, I don't see anything in your article that should be different between how an application should be developed for the cloud or for non-cloud apps except that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2015 at 6:46 am
nadersam (10/11/2015)
I was wondering if using CTE could lead to performance enhancement.
My idea was if i have a big view referencing many tables and some are big tables.
If some...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2015 at 6:37 am
jonjonben (10/11/2015)
Immensely, incredibly, horribly difficult. There's no easy way to scale SQL out, just lots and lots and lots of work.
From your posts, seems like scale-up is costly, and scale-out...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2015 at 6:31 am
rajemessage 14195 (10/10/2015)
some times i need to take db in single user mode , which can be done
using following
use master
go
alter database db_name set single_user with...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2015 at 1:42 pm
Arjun SreeVastsva (10/9/2015)
according to envionemnet .we are planning to genrate the weekly full backups report of all the servers.i have developed the SSIS Package that will run in all servers...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2015 at 1:40 pm
gary1 (10/9/2015)
Concat is not working in 2008 R2. Can you please advise how to write the below line without using concat.declare @EXPDate varchar(25) = Concat(Convert(varchar(20),dateadd(day,@RetentionDays,getdate()), 101),' ',Convert(varchar(20),dateadd(day,@RetentionDays,getdate()), 108));
Remove the CONCAT...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2015 at 1:36 pm
Andre Ranieri (10/9/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2015 at 6:05 pm
SQL_Surfer (10/8/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 9, 2015 at 1:20 pm
Viewing 15 posts - 19,426 through 19,440 (of 59,072 total)