Viewing 15 posts - 1,906 through 1,920 (of 7,168 total)
Were you able to resolve your issue?
I find that using PortQryV2 is a bit better than telnet to diagnose issues with SQL Server. See if you can query the necessary...
February 18, 2013 at 7:13 am
Just fixing up the link for future onlookers:
http://www.sqlservercentral.com/Forums/Topic1206241-1291-1.aspx
February 18, 2013 at 7:06 am
Google each one of those phrases and lookup how to capture each bit of info, over time. Then, once you have a process to capture that information over time you...
February 18, 2013 at 6:59 am
service account password changed, server rebooted over weekend and failed to start due to login error
February 18, 2013 at 6:56 am
A few things:
1) osql is deprecated in SQL 2005. Consider switching to use sqlcmd or bcp for this work.
2) accessing the file system from T-SQL can create some scenarios...
February 18, 2013 at 6:54 am
SQL Server Books Online (BOL) is almost always my first stop when wanting to learn more about a feature of SQL Server. Here is a link to an article in...
February 18, 2013 at 6:39 am
What do you mean by "saved the project"?
issues but I saved the project and now I have no idea how to open all the lines of code. I know it...
February 17, 2013 at 10:02 am
sql_er (2/15/2013)
We have the following scenario: We receive CSV files every month for which SSIS packages were built to process the data. The following problems occur from time...
February 17, 2013 at 7:50 am
Is it MySQL that you are working with? This site is dedicated to Microsoft SQL Server. You may have better luck on the MySQL.com Forums[/url].
February 17, 2013 at 7:44 am
Not cheap, but Visual Studio 2010 Ultimate Edition has some very slick Load Test tools.
February 17, 2013 at 7:41 am
zsarv (2/16/2013)
The role for the administrators is not a problem as sysadmin would be what I'd want and is done at the server level. For the...
February 17, 2013 at 7:39 am
Have you tried your SQL 2000 query on 2008? The system tables that support haven't changed much with respect to determining job success or failure, if at all.
February 17, 2013 at 7:31 am
I think you might be misunderstanding what those numbers mean. Please read this entire article including how to monitor the existing and calculate an optimal page file size on Server...
February 17, 2013 at 7:13 am
Books Online details the required permissions and if you have any doubts I am sure it is nothing running a few tests can't answer for you.
February 15, 2013 at 8:24 pm
I think XMLReader is going to scale better because it dies not have to load the entire file into memory to work with it, but in using it you're signing...
February 15, 2013 at 7:10 pm
Viewing 15 posts - 1,906 through 1,920 (of 7,168 total)