Viewing 15 posts - 31 through 45 (of 242 total)
TheSQLGuru (6/10/2013)
Tim Walker. (6/10/2013)
I'm interested to know how easy they are to implement and what benefits / issues people...
June 11, 2013 at 2:51 pm
Thanks both for the feedback, it's much appreciated. I have some space constraints to juggles with and it's great to hear what others are doing in practice.
Thanks again
Tim
May 22, 2013 at 4:34 am
Apologies .. I'm off topic and I know it but I'm also in the UK :hehe:
Jeff Moden (12/6/2011)
May 21, 2013 at 4:30 pm
kevaburg, John Mitchell-245523
What's your experience / opinion on performing backups in the ways you describe?
Thanks
May 21, 2013 at 4:18 pm
Eliyahu (5/21/2013)
The import process is asynchronous which doesn't guarantee correct order of loading tables, so we are running into reference integrity errors.
Do you mean it uses SSIS or something similar?...
May 21, 2013 at 4:10 pm
Do you mean, for example, that the sa password in mixed mode is coded into apps so it can never be changed and other users know what this is and...
May 21, 2013 at 3:46 pm
Interesting, entertaining and educational with worked examples and performance statistics make this a great read.
The fact that it is also genuinely very useful and will help me to accurately solve...
April 16, 2013 at 7:17 am
I'm really sorry that my first post on this thread, which related to the lack of information from the OP, resulted in the thread going totally off topic!
The reason was...
May 13, 2012 at 5:03 pm
I have amended my original proposal to a genuinely useful one:
CREATE PROC WhenCanIGoHome AS
SELECT 'You can go home at '+CONVERT(varchar, DATEADD(s,5+(3595*RAND(CHECKSUM(NEWID()))),GETDATE()),108)
:hehe:
Tim
May 10, 2012 at 6:47 am
Steve Jones - SSC Editor (5/9/2012)
...
Azure gives you a service that is like SQL Server, but...
May 10, 2012 at 1:19 am
It's a great article Steve. Thanks. Still trying to work out advantages of cloud offerings from SQL Server (Azure) {deprecated name!} vs Native SQL Server. Amazon entering confuses the matter...
May 9, 2012 at 4:02 pm
riya_dave, I've not been here for a couple of months, but you have at least three of the best experts giving you free help here. You haven't given them any...
May 9, 2012 at 3:53 pm
Hi Dan,
The only way you can create a 'backup' in SQL Azure is to either:
(A) Create a BACPAC using the tools in Azure itself. This isn't a real backup though,...
February 8, 2012 at 1:30 am
GilaMonster (10/11/2011)
Tim Walker. (10/11/2011)
It starts "A clustered index determines the physical order of data in a table".
This means that...
October 11, 2011 at 9:48 am
You are confused because the article you refer to uses confusing terminology.
It starts "A clustered index determines the physical order of data in a table".
This means that if your table...
October 11, 2011 at 5:22 am
Viewing 15 posts - 31 through 45 (of 242 total)