Viewing 15 posts - 286 through 300 (of 1,065 total)
This is a suggestion for all those intending to wear Kilts at the next PASS... ask the organisers to get in some special chairs for you 😛
November 11, 2009 at 2:18 am
Seth Lynch (11/10/2009)
If I start using powershell it might be useful to replace some of my old scripts I use to get disk sizes etc from servers.
Which is exactly why...
November 10, 2009 at 7:22 am
I've just bought SQL Server 2008 Administration with Windows Powershell (ISBN 9780470477281).
I'm only on page 60 of 500+ so far, so I can't give a full review.
What I will say...
November 10, 2009 at 6:56 am
You've already said you think it's a bad backup plan, so I won't pass any comments on what you're doing.
Switching from full to simple won't make any difference to your...
November 10, 2009 at 6:48 am
If the nested stored procedures run successfully they do commit their changes.
Exactly what do you mean here?
Do the nested stored procedures have their own transaction handling i.e. BEGIN TRAN......
November 10, 2009 at 1:07 am
It is on Full recovery model and backups are done nightly.
What sort of backups... database or transaction log?
When you backed up your transaction log, how big was the backup file?
Is...
November 9, 2009 at 4:00 am
GSquared (11/6/2009)
Company MSDN subscription or get your own TechNet subscription. Either one will allow you to do what you're doing.
I don't think Technet will allow the OP to do...
November 6, 2009 at 3:27 pm
Lynn Pettis (11/6/2009)
I thought there was a limit of 10 systems (computers).
I don't think there is, Lynn... this is from the MSDN site
MSDN subscriptions are licensed on a per-user basis....
November 6, 2009 at 3:16 pm
See if your company will swing for an MSDN subscription.
That will entitle you (and only you) to install and use as many copies of the software included in your...
November 6, 2009 at 2:03 pm
This wasn't the article I was thinking of, but is Microsoft's explanation:-
http://msdn.microsoft.com/en-us/library/ms178050(SQL.90).aspx
November 6, 2009 at 8:29 am
This is a gotcha with correlated subqueries.
The tblCard table is implicitly included in your outer select (tblStop). Because SQL Server can't find SerialNumber in tblStop, it has a look in...
November 6, 2009 at 8:02 am
Jeff Moden (11/5/2009)
Most of it is all very, very fast because it uses BCP behind the scenes.
Are you sure, Jeff?
I know the initial snapshot uses BCP, but (unless it's changed...
November 6, 2009 at 7:37 am
You seem to be posting an awful lot of very open questions, most of which you could find the answer to by doing a bit of research on Google/Bing.
Are these...
November 6, 2009 at 5:09 am
The join syntax using 2 derived tables is no different to any of your other joins, I just think you've missed it out.
Without table definitions, sample data and expected results,...
November 6, 2009 at 3:23 am
I presume you are getting a syntax error with your 2 derived table script.
It looks as though you have missed out the join criteria where I've highlighted.
SUM(valowbincid.Bincid) as 'BincidDocTesouraria', SUM(valorIVA.IVAdoctes)
FROM
(SELECT...
November 6, 2009 at 3:01 am
Viewing 15 posts - 286 through 300 (of 1,065 total)