Viewing 15 posts - 31 through 45 (of 285 total)
Just a hunch given I can't know the actual data, but it could be that you need left/right joins rather than inner ones. The query you use will only return...
April 18, 2013 at 5:23 am
Ellen-477471 (4/15/2013)
We have an app where many of the tables have defaults bound to columns.
The defaults were...
April 18, 2013 at 4:31 am
simon.murin (4/17/2013)
Jpotucek (4/17/2013)
I have a Database (about 1GB) with 2 log files (one at about 4GB and one at about 13 GB)
Just a note - a SQL Server database...
April 18, 2013 at 4:00 am
zouzou (3/15/2013)
Thank you guys,Will it work if the users connect to the replicated database all the time? Excel creates a connection that always stays there until you close the spreadsheet..
I...
March 15, 2013 at 6:43 am
pcwik (3/14/2013)
March 15, 2013 at 5:32 am
Would transactional replication work for you? You could replicate to another box which could then be accessed by those who need reporting, without affecting your live database. It's not usually...
March 15, 2013 at 5:18 am
Hi all
I managed to fix it. Confusingly, although the error message was on the publisher/distributor, the folder it was referring to was on the subscriber. I gave the distribution agent...
September 27, 2012 at 2:50 am
A good question, in that if you knew the behaviour being asked about, then it was easy to pick the correct answer as there was no unnecessary obfuscation.
July 16, 2012 at 5:15 am
Toreador (7/9/2012)
I thought it looked familiar!
I'm working backwards through the QODs at the moment after a bit of a gap, so hadn't seen the March 8th question. However,...
July 9, 2012 at 7:07 am
Bob Razumich (7/9/2012)
Knowing how sometimes several consecutive (or semi-consecutive) QOTDs have followed a theme, I can't help but wonder if Mr. Pryde just ruined someone's forthcoming submission.
It did occur to...
July 9, 2012 at 6:10 am
Not a bad question, and got me thinking about other possible questions, so here goes - how many rows are returned in the two following cases?
-- Query 1
SELECT 'A'
UNION ALL
SELECT...
July 9, 2012 at 4:41 am
Thomas Abraham (7/3/2012)
July 3, 2012 at 6:21 am
Stewart "Arturius" Campbell (7/3/2012)
Duncan Pryde (7/3/2012)
SET LANGUAGE BRITISH
GO
DECLARE @datevar datetime2 = '2008-12-13'; -- no...
July 3, 2012 at 3:45 am
Richard Warr (7/3/2012)
Well, I'm British and I don't know anybody who has ever used YDM format. We go for DMY or YMD.
I do, but it has been "by accident" in...
July 3, 2012 at 3:40 am
Viewing 15 posts - 31 through 45 (of 285 total)