Viewing 15 posts - 346 through 360 (of 484 total)
...Or you can modify the setting directly in Tools | Options | Security tab | Custom Level button and setting the various settings under Scripting.
September 2, 2005 at 7:10 am
I was going to reply that Microsoft SQL Server does not support running databases on NAS or network storage devices. That was the case for a long time. I went to...
September 2, 2005 at 7:06 am
Yes, you can distribute MSDE with your FoxPro developed applications.
You can distribute MSDE with any applications developed with Visual Studio, or with others applications where MSDE is used to...
August 25, 2005 at 10:28 am
Ales;
Did you try deleting and rebuilding the index? There may have been some modification to the index during the SP4 upgrade. (I don't have anything concrete to say that is...
June 16, 2005 at 5:51 am
Steve;
I don't believe you will be able to do the "dual-boot" as you describe. Apple has said that OS X will only run on Apple systems, not any Intel system...
June 10, 2005 at 6:12 am
Here's a little bit of VBScript I pulled from a larger script I've done (so some declares might be missing):
' any used constants from the type library must be explicitly...
June 8, 2005 at 7:05 am
Re: SQLDMO.
Yes, they should.
Everything that Enterprise Manager does, is done with SQLDMO.
Everything that Query Analyzer does, is done with SQLDMO.
Everything that DTS does, is done in VBScript.
June 7, 2005 at 2:16 pm
Using the ImportData method of the Table object in SQLDMO, you can do Bulk Insert to copy rows into tables, and the method returns the number of rows added. Of...
June 7, 2005 at 10:57 am
You can certainly call the SQL Com components like you did in your previous VB6 app, so your previous app and knowledge are still useful.
I would question why you...
June 7, 2005 at 10:48 am
When I see this at client sites, it is often due to disk quotas or permissions preventing the file from allocating space. Are the other successful backup jobs using the...
June 1, 2005 at 9:24 am
Frank;
Would not that be "select userid, count(*) ...", without the min() function?
May 31, 2005 at 7:24 am
If the applications or reports are using ODBC or ADO to connect to SQL Server, there is a connection pooling behaviour that will keep the connection open even after the...
May 31, 2005 at 7:07 am
That registry entry will be for the SQL Server default instance, and you have a named instance (TESTMSDE). I do not currently remember exactly where the registry entry should be,...
May 11, 2005 at 12:56 pm
Check the following MS Article: How to configure Windows XP Service Pack 2 (SP2) for use with SQL Server
May 11, 2005 at 11:29 am
What is your OS? If Win2K or later (server or workstation), do you have firewall turned on that will block access?
May 11, 2005 at 11:07 am
Viewing 15 posts - 346 through 360 (of 484 total)