Viewing 15 posts - 3,301 through 3,315 (of 13,462 total)
my verison is kinda of wordy but works with a case statement:
SELECT
CASE
WHEN RTRIM(ISNULL(col1, '')) <> ''
AND RTRIM(ISNULL(col2, '')) <>...
June 6, 2013 at 1:21 pm
Jerome it seems to me you are leaving a lot out.
your example must be coming inside a cursor, right? why don't you show that part too?
your code(so far) is adding...
June 6, 2013 at 7:52 am
Ratheesh.K.Nair (6/6/2013)
Thanks Lowell,I want the process to keep running. Creating a recurring job wont help me.
Since am trying on test server DBCC CHECKDB wont take more than few seconds.
i...
June 6, 2013 at 7:29 am
SQLSACT (6/6/2013)
ikonrao (6/6/2013)
Or if we can get create table statement for that...
June 6, 2013 at 7:09 am
Ratheesh.K.Nair (6/6/2013)
Hi experts,Can anyone please help me create a job that should run indefinitely i mean the the script should keep on running.
Thanks in Advance
have you created a job at...
June 6, 2013 at 7:04 am
zip184 (6/6/2013)
I have the same problem in 2008. I never used to but I re-installed it recently and this started happening.Have you found anything yet?
Maybe the autoclose proeprty is...
June 6, 2013 at 6:57 am
i think the issue is your second statement; you only select if your variable is empty string, but you already created it?
i would do it all in a single command,...
June 6, 2013 at 6:52 am
We support an app that connects to either SQL or Oracle as well, and trip over the which-data-types-are-equivalent questions as well;
for your second question,
NUMBER(10) = int
this is my go to...
June 6, 2013 at 6:08 am
ikonrao (6/6/2013)
Or if we can get create table statement for that table,...
June 6, 2013 at 5:20 am
I'd recommend starting with some of hte articles in the "stairways" series, here on SQL Server Central:
http://www.sqlservercentral.com/stairway/
those articles are on subjects and build up from basic information to more and...
June 5, 2013 at 3:05 pm
Michelle-138172 (6/5/2013)
June 5, 2013 at 2:10 pm
so much of it depends on how it was presented, also;
As a veteran of more than a couple of posts here,
How well the question is phrased directly affects...
June 5, 2013 at 1:47 pm
Michelle-138172 (6/5/2013)
June 5, 2013 at 1:09 pm
luis covered a couple important points i wanted to mention again: you'll need a new column for the ClientId in there somewhere.
we've done this in the past, and the way...
June 5, 2013 at 1:05 pm
Michelle-138172 (6/5/2013)
June 5, 2013 at 12:53 pm
Viewing 15 posts - 3,301 through 3,315 (of 13,462 total)