Viewing 15 posts - 316 through 330 (of 568 total)
Hello,
Have you considered setting up the Oracle Servers as Linked Servers within your SQL Server and then scheduling a job to retrieve the data into SQL Server (on a regular...
January 4, 2009 at 10:51 pm
Hello,
Try removing the Order By Clause. (I can't really see the purpose of having it in).
Regards,
John Marsh
January 4, 2009 at 1:42 pm
Hello again,
State should also be available “online” via the “Show Technical Details” option. (In the block of text under the Microsoft Link that you provided previously).
Regards,
John Marsh
January 4, 2009 at 4:35 am
Hello,
Was there not a “State: NN” part to the Error Message? The value for State is important in determining the exact reason for Logon failure.
Regards,
John Marsh
January 4, 2009 at 2:04 am
Hello,
“is it ok just to have 5 field "pairs" (prodID; proddose; prodweight) & not use all of them depending on how many active ingredients are used?”
It would probably be better...
January 4, 2009 at 1:57 am
Hello Again,
You are right about needing to separate repeatable items into there own Table. It is also important to associate Attributes with the correct Entity.
Got to admit that I don’t...
January 3, 2009 at 6:01 am
Hello,
A key decision is, is the DB to be used for Transaction Processing or Business Intelligence? (For a BI DB you would probably want to consider Fact and Dimension tables)
Have...
January 3, 2009 at 1:52 am
Hello,
Can you post the error message that the user gets when trying to Logon using Windows Authentication?
Regards,
John Marsh
January 3, 2009 at 12:23 am
Hello,
To quote BOL (Topic “Creating User-defined Functions“): “Only FETCH statements that assign values to local variables using the INTO clause are allowed.”
Hope that helps.
Regards,
John Marsh
January 3, 2009 at 12:05 am
Hello,
Have you considered adjusting the Fill Factor for these Indexes? May be take a look at this article:
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1119108,00.html
BTW – Do these Indexes include columns that contain (Non-Sequential) GUIDs?
Regards,
John...
January 2, 2009 at 11:33 pm
Hello,
IF no DB updates are being made between 5:00pm and 9:00am then a Full DB backup during this period would be appropriate. Probably start after EOD to ensure it is...
January 2, 2009 at 11:23 pm
Hello again,
I have not (yet) seen it written in any MS documentation, but I was led to understand that the quote from BOL goes for SQL 2000 as well as...
December 31, 2008 at 1:07 pm
Hello,
According to SQL 2005 BOL: “DBCC SHRINKFILE operations can be stopped at any point in the process, and any completed work is retained”.
I believe the same is true for...
December 30, 2008 at 9:01 pm
Hello,
As others have stated, it is important to know which version the Original Poster is referring to. If different versions will be dealt with within the same forum, then the...
December 29, 2008 at 7:25 pm
Hello again,
If you still want to use DTS and the data in the file is not sensitive, could you post a (small) sample file?
Regards,
John Marsh
December 29, 2008 at 5:32 pm
Viewing 15 posts - 316 through 330 (of 568 total)