Viewing 15 posts - 15,886 through 15,900 (of 26,486 total)
Well, so far we have three. We definately need more people for this, here is your opportunity to work on something for the benefit of the MS SQL Server...
April 20, 2010 at 10:33 am
WayneS (4/20/2010)
Lynn Pettis (4/20/2010)
SQL Server no longer tracks licensing information. You need to do that manually.
Thanks Lynn. I remember that now after reading it.
Wonder why those parameters for ServerProperty...
April 20, 2010 at 10:31 am
My suggestion then, throw something together that mirrors the problem you are trying to solve and post that with sample data and expected results.
April 20, 2010 at 10:30 am
It would be better if you provided table DDL (CREATE TABLE statement(s)), sample data (series of INSERT INTO TABLE statements) for the table(s) involved, and expected results based on the...
April 20, 2010 at 10:19 am
SQL Server no longer tracks licensing information. You need to do that manually.
April 20, 2010 at 10:16 am
eseosaoregie (4/20/2010)
WHERE
SUBSTRING(LineRead,2,4) IN ('mon ','tue ','wed ','thu ','fri ','sat ','sun...
April 20, 2010 at 10:15 am
Are you disabling the job via the GUI or code? If code, please show the code.
April 20, 2010 at 10:09 am
Steve Jones - Editor (4/20/2010)
April 20, 2010 at 10:00 am
AndrewSQLDBA (4/20/2010)
One of the parameters will determine what query to fire off inside the sproc.
a little...
April 20, 2010 at 9:53 am
malachyrafferty (4/20/2010)
April 20, 2010 at 9:22 am
river1 (4/20/2010)
April 20, 2010 at 9:19 am
Lynn Pettis (4/20/2010)
If anyone else can provide some guidance here it would be appreciated.
Thanks Wayne for jumping in here to help.
April 20, 2010 at 9:15 am
river1 (4/20/2010)
Isn't there a way of doing it by the GUI
When you say the GUI isn't letting you do this, can you explain it in more depth? What is...
April 20, 2010 at 9:08 am
I say "It depends". What is being done? IF is a control-flow statement used in stored procedures and multi-line TVF's. The CASE statement is actually a function...
April 20, 2010 at 9:05 am
Viewing 15 posts - 15,886 through 15,900 (of 26,486 total)