Viewing 15 posts - 616 through 630 (of 2,647 total)
hmbtx (6/20/2012)
Thank you for your response to my question.
Am I correct that in order to access the remote SQL Server 2000 databases I would perform the following steps:
In SSMS Object...
June 20, 2012 at 10:59 am
Yes you can, and I am not "aware" of any problems.
June 20, 2012 at 9:34 am
sqlfriends (6/20/2012)
By the way, anyone knows...
June 20, 2012 at 9:11 am
isuckatsql (6/20/2012)
I have had a few DBA's and Microsoft Enterprise support work with me on this query, and was...
June 20, 2012 at 8:30 am
We scan the log every hour and send an email with the information we want to be notified about. Server restarts are one of the things we like to know...
June 20, 2012 at 8:13 am
isuckatsql (6/20/2012)
and cant get it to work!
What does this mean? Not getting the correct results or giving an error? My first guess is that your subquery is returning more...
June 20, 2012 at 7:58 am
The problem is that this:
select USO_StrikeNo
from UsersStrikeOuts
where ID_Users = 47505 and CourseID = 4058
returns more than 1 value.
My "guess" without knowing your table structures and their relationships is that it...
June 20, 2012 at 7:56 am
I tend to use the Maintenance Plan Wizard for this if it is simple. Otherwise, there are plenty of scipts out there you can find with a google search....
June 19, 2012 at 3:16 pm
Luis Cazares (6/19/2012)
peacesells (6/16/2012)
balasach82 (6/16/2012)
Like ...
SELECT F1,...
June 19, 2012 at 3:14 pm
Hmm... Not really sure. That sounds like an MS issue.
June 19, 2012 at 1:29 pm
Hmm... Not being an expert in this... Would simply using a TRY CATCH block suffice? Simply attempt to insert and if it fails rollback and signal to the application...
June 19, 2012 at 7:33 am
Please try wrapping your code in the IFcode shortcut to decrease the amount of space it takes. Use the [ code="sql"] [/code] without the space in the first one to...
June 19, 2012 at 7:30 am
Ok, so the application does not care if a row gets inserted or not? It just attempts and either succeeds or fails?
June 19, 2012 at 7:25 am
The only thing that comes to mind is to make sure you have all of the .NET updates installed.
June 19, 2012 at 7:12 am
Viewing 15 posts - 616 through 630 (of 2,647 total)