Viewing 15 posts - 16 through 30 (of 31 total)
Might it be as simple as
SET oQryResults = ...
?
I think I have also only ever used the ExecuteWithResultsAndMessages against the server level, never tried against the database level like...
May 9, 2006 at 1:23 pm
I have not used Visual FoxPro before, but I know I have done this kind of thing with some simple Visual Basic before and maybe you can use these ideas..
I...
May 9, 2006 at 6:20 am
If you have done all those steps from the MS site, then the only other thing I have had a problem with before that doesn't appear to be on the...
May 9, 2006 at 6:06 am
I agree with John. What I have typically seen is to enable real-time scanning and if performance is a concern then just set the database files (or Data directory) as exclusions to that...
May 5, 2006 at 6:24 am
I don't think you can connect from EM to SQL 2005 - I think you would get an error about needing to connect to SQL 2005 using SMO. Anyhow, for...
May 4, 2006 at 6:04 am
Also for Access databases (mdb's) and outside of anything in EM, I used to just read the Access .ldb file with Notepad and that would list all the workstation names that were connected to my...
May 4, 2006 at 5:47 am
I was running SQL 2000 and SQL 2005 on the same server - although I was doing it more for testing purposes - but I did not have any issues. ...
May 4, 2006 at 5:36 am
Wow- thanks- I can't believe I never noticed that!
April 28, 2006 at 6:38 am
Having transaction log backups with the Simple recovery model doesn't make much sense to me since with Simple you're generally making full backups only (since you can only restore/recover from...
April 28, 2006 at 6:29 am
In SQL Server Management Studio connect to your SQL2005 instance. In Management Studio under that instance right-click on the "Databases" sub-group and choose New Database. On the General page you'll...
April 28, 2006 at 6:15 am
Just to share --
In SQL 2005 Management Studio under Management, Maintenance Plans, right click: I have also create a "New Maintenance Plan"- where there is a Cleanup Backup Task that I can...
April 28, 2006 at 5:55 am
I have used the various frequency types as you've found- I usually have set these using SQLDMO.. and I have also gone the route you were thinking originally - where...
April 28, 2006 at 5:43 am
I hear you - that makes it more difficult.. without creating seperate cleanup steps for each or adding the step to each existing maintenance plan (and without creating entirely new maintenance plans...
April 27, 2006 at 5:15 am
Sounds like you got it.. I was going to say that I do not think "Remote Connections" are enabled by default- part of Microsoft's "Secure by default" mentality these days.
April 27, 2006 at 4:59 am
In SQL 2005 you can connect to your SQL server using SQL Server Management Studio. Right-click on the server (top level), choose Properties. On the left side click Security. On the Security...
April 27, 2006 at 4:56 am
Viewing 15 posts - 16 through 30 (of 31 total)