Viewing 15 posts - 181 through 195 (of 552 total)
Richard Warr (8/8/2014)
Koen Verbeeck (8/8/2014)
Got it right by selecting one of the two correct options. I wonder if if the other option also leads to success.It doesn't 🙁
+1
(and, thank you,...
August 8, 2014 at 6:56 am
Thank for the post, new one to me.
I really had no idea what is this all about, I just referred the help and got the below and then selected the...
August 7, 2014 at 10:46 am
Thank you for the post, Dave, very easy one. (at least of me, but the ratio is now almost 50-50).
Seeing the field list in a tool-tip is easy without...
August 6, 2014 at 7:40 am
Carlo Romagnano (8/5/2014)
-- this runs
DECLARE @i int = 1, @j-2 int = 2;
SET @i += 2;
SELECT @j-2 * @i
GO
-- this raises error
DECLARE @i int = 1, @j-2 int...
August 5, 2014 at 7:11 am
Thank you, Hugo, it was very simple and easy, for me. 🙂
(have one sql script written where the variables are assigned this way, so was sure of my choices. I...
August 5, 2014 at 3:07 am
SQLRNNR (8/4/2014)
Phil Factor (8/4/2014)
August 4, 2014 at 11:30 am
barry.mcconnell (8/4/2014)
August 4, 2014 at 11:23 am
thank you for post, simply nice and easy and yet it still fires the curiosity of knowing the answer selected is the correct one. 🙂
August 1, 2014 at 1:23 am
William Vach (7/31/2014)
July 31, 2014 at 12:34 pm
samanta0rodriges (7/30/2014)
What is the default database for the job step running the restore?
basically and mainly, the usage of the default DB points to "MASTER", as I did the same to.
Are...
July 30, 2014 at 6:59 am
Dennis Post (9/27/2012)
...If you have multiple tabs open, make sure they are not pointing to the DB in question...
This helped and fixed the problem, thank you
(Using... MSSQL 2012 DEV EDT)
Msg...
July 29, 2014 at 11:08 am
Thank you for the post, interesting one.
I guessed and got it wrong, didn't had even a nearest clue what I was looking for, but this opened a new door for...
July 29, 2014 at 7:04 am
Hugo Kornelis (7/28/2014)
... And then I also had to create a folder Exports in the C: root before I could finally run the script.
Thanks, Hugo, this explains everything
Hugo Kornelis (7/28/2014)
July 28, 2014 at 7:53 am
Thank you for post, really nice one.
I got it right for this reason, but I am not sure or I have not yet checked in the SQL if this is...
July 28, 2014 at 7:49 am
Roland C (7/24/2014)
In queries that include a correlated subquery (also known as a repeating subquery), the subquery depends on the outer...
July 25, 2014 at 2:46 am
Viewing 15 posts - 181 through 195 (of 552 total)