Viewing 15 posts - 1,831 through 1,845 (of 2,486 total)
Firstly, if the memory is configured as default then you'll have dynamic memory management enabled. This means that SQL Server will grab and release memory as needed. The default setting...
February 4, 2004 at 8:25 pm
Ramesh
Firstly, why you can't do this in VBScript is a mystery. If you have SQL Server installed then you have both VBScript and JScript installed as part of the default...
February 4, 2004 at 8:09 pm
See my response to your duplicate post.
February 4, 2004 at 8:00 pm
Reporting Services is licensed with SQL Server the same as Analysis Services. If you want to run either service on another server, you need to license that server.
As to the...
January 29, 2004 at 5:22 pm
If you're runing SQL 2000, you can use the /A parameter. Check out the Books Online topic for the syntax.
January 29, 2004 at 5:05 pm
Is this the same query syntax used when querying the Foxpro database?
Are you able to determine which records are excluded find out what is different about them.
January 26, 2004 at 7:33 pm
It depends on your data requirements. Do you ALWAYS load ALL six files? If one file fails to load properly should the remaining files still be loaded. Would there ever...
January 26, 2004 at 7:30 pm
January 22, 2004 at 9:52 pm
If all you have is this one task, why are you using DTS?
How about breaking up the stored procedure execution into a few steps. Then use workflow and looping to...
January 22, 2004 at 9:47 pm
Firstly, every package has at least one version. However, there may be package log records for versions that don't exist. If you don't get any records when executing that query...
January 22, 2004 at 9:40 pm
Using Visual SourceSafe to Version control tables and views requires a lot of manual intervention and as such can be very problematic.
January 19, 2004 at 7:42 pm
I don't understand what you mean by "The subtotal or total is actually the same textbox", are you using the in-built subtotal option in the matrix layout? This shows a...
January 19, 2004 at 4:11 pm
Personal preference, but I'd put the application name first. Quite often I'm faced with tracking down problems with XYZ application. If you run the same application in multiple divisions you...
January 19, 2004 at 3:45 pm
Never tried this before but you might try
http://www.crystalsoftware.com.au/textpipe/ebcdic_ascii.html?google6
http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;216399
January 19, 2004 at 3:41 pm
I think what racosta was getting at is that you have a query that returns the results you want and then those results are emailed using xp_sendmail. You would have...
January 19, 2004 at 3:32 pm
Viewing 15 posts - 1,831 through 1,845 (of 2,486 total)