Viewing 15 posts - 76 through 90 (of 548 total)
Brandon Forest (1/15/2014)
January 16, 2014 at 1:04 am
To complete what Grant said, if you do a restore of a backup and get no errors all is ok.
January 7, 2014 at 6:22 am
Nice way to get your feet wet with getting a CLR to work.
Just a few comments:
On my W7 system, the location of sn.exe is not in the path. Thus I...
October 7, 2013 at 4:04 am
I really like this distinction between push and pull when it comes to backup processes.
I gues it's also important that you don't do both on the same machine, i.e. machines...
October 1, 2013 at 5:24 am
Just out of curiosity, what have you got in that 3TB database?
Somewhere on this forum I saw an invitation by someone to all who have huge databases and talk about...
September 24, 2013 at 12:15 am
Philip,
Although I meticulously always do
Set myObject = Nothing
at the end of vb scripts, I have never seen this error message you mentioned (on those rare occassions when I forgot).
So how...
September 20, 2013 at 12:24 am
Steve,
It is mentioned at
http://www.sqlservercentral.com/Forums/Topic793765-145-1.aspx
It uses CTE with delete. Very neat.
create table t(a varchar(1))
insert into t values('b')
insert into t values('a')
insert into t values('b')
insert into t values('a')
with
dup as
(
select...
September 10, 2013 at 8:47 am
Steve,
I like very much your comment near the end "...no matter whether they used old knowledge or acquired new proficiency on the spot." Having a job where these two are...
September 9, 2013 at 1:38 am
Some time ago two gap problems where published at
http://beyondrelational.com/puzzles/tsql/default.aspx
under puzzles 79 and 80.
I recently also read about 'Static Relational Interval Tree' at
http://www.solidq.com/sqj/Pages/Home.aspx
which at some point talks...
September 3, 2013 at 9:12 am
Ooops, just realized this is an old discussion...
August 30, 2013 at 2:55 am
Browsing around on his home page, it looks like he lives in Arizona.
So we (in Europe?) need to give him time to wake up. :hehe:
August 30, 2013 at 2:50 am
I honestly don't understand what you are trying to achieve. Please explain yourself a little better using the sample code below. It does not produce the output you are showing....
July 29, 2013 at 1:23 am
Thumbs up for PasswordSafe.
I'm living with it for some 5 years now.
Couldn't live without it!
July 18, 2013 at 10:12 am
I would be curious to see some samples of those propietary query languages with steep learning curves.;-)
June 26, 2013 at 7:54 am
Speaking of formatting code, I have a colleague who gets very confused when he has to format his code.
The most amazing example I ran into recently was in the use...
June 6, 2013 at 4:38 am
Viewing 15 posts - 76 through 90 (of 548 total)