Viewing 15 posts - 811 through 825 (of 1,292 total)
As you know, no 2 implementations are exactly same, so let me give some of my thoughts.
First no matter what upgrade path you are thinking, testing is a must....
November 30, 2009 at 9:58 am
Steve Jones - Editor (11/30/2009)
Write this as a SELECT, double check the results, and then turn it into a DELETE.
That's my best suggestion to a beginner and intermediate programmer. That...
November 30, 2009 at 9:08 am
No Steve, never think of leaving (we would not let you leave ;-))
Please let us take some weight off your shoulders by suggesting / coming up with QOT and...
November 30, 2009 at 8:53 am
Just 3 words Hats Off Steve !
I read your articles almost everyone of them. I read an article how you manage the QOT (It was a year back I believe),...
November 30, 2009 at 8:39 am
What Gail has said is right, it would delete from only one table.
Your statement is missing ON clauses, is this only a test statement you have posted?
November 30, 2009 at 8:21 am
Have you seen what Jason and I replied. There is not enough information that can be used.
What do you mean on the fly? Is there a variable that needs to...
November 30, 2009 at 7:38 am
amitsingh308 (11/30/2009)
please tell me how to do so in mysql dbms. other wise give any url for mysql forums.
This is a SQL Server Forum and the users are expected to...
November 30, 2009 at 5:21 am
If you don't have access to the server then you cannot check the Job status.
And, why would you worry about a server where you are not given access permissions? May...
November 29, 2009 at 10:46 pm
There is not much to say rather than giving a small piece of advice.
Look a Pivot / Pivoting in SQL Server 2005. Look some examples and may be you find...
November 29, 2009 at 10:28 pm
Are you trying to backup the database or restore? No details mentioned.
November 29, 2009 at 10:03 pm
If you don't have access to server, then you cannot access the info.
Do you have SSMS and trying to retrieve from it? (No Remote Desktop to Server)
What do you mean...
November 29, 2009 at 10:00 pm
Yes, there is way to stop rounding of the values,
In the code try to remove the Round () function. I do not have SQL system to test on.
Also it is...
November 29, 2009 at 9:56 pm
Either of these links should help you to start.
Configuring HTTP Access to SQL Server 2005 Analysis Services on Microsoft Windows Server 2003
Configuring HTTP Access to SQL Server 2005 Analysis Services...
November 29, 2009 at 9:47 pm
richardn-1128243 (11/29/2009)
Data trying to be added - '2009-11-30 15:16:43.9270000'
You say, web service passes a varchar(8), and what do you mean by this in the last line.
November 29, 2009 at 9:38 pm
Viewing 15 posts - 811 through 825 (of 1,292 total)