Viewing 15 posts - 2,296 through 2,310 (of 6,104 total)
Are there any additional errors in your sqlsp.log ? This should be in the %SYSTEMROOT% directory on the server. This might give a clue as to if there is another...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 8:46 am
If the MSDE is installed on the same server as the application, you can remove all the network libraries (which I believe is not the default with SP3/SP4). In that...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 8:44 am
SQL Server 2000 and below has no built-in integration with Visual SourceSafe. However, there are numerous 3rd party tools which do this. Take a look at the review on DBGhost,...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:40 am
No. Lessons 3-8 should have knowledge you can apply directly to SQL Server 2005. Lessons 10-11 as well. This is based on the description you posted. I'm not an MCT,...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:35 am
Not necessarily... for instance, perhaps one or two of the columns are better off as text or ntext columns. Hence the reason to ask about the design. ![]()
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:10 am
Does the named instances differ from the default instance in any way? Collation, Language settings, etc.?
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:09 am
Yes. If you don't have a proxy account setup, your users won't be able to run xp_cmdshell, even if you've granted access to it, unless they are sysadmins. Therefore, scheduling...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:04 am
Good point, I did. The snippets can come in very handy, I just haven't retrained my self to use them. By the time I think "SELECT * FROM" I have...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 7:02 am
For the most part, then, SQL Server support on a cluster isn't very different than on a stand-alone server. When you get to applying service packs and hotfixes you'll need...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 6:59 am
Well, in SQL Server 2000 if you have access to the database, you have access to the INFORMATION_SCHEMA views. And they'll review all information to anyone... this gets fixed in...
K. Brian Kelley
@kbriankelley
January 25, 2006 at 6:52 am
Yes. Views are reported as well by INFORMATION_SCHEMA.TABLES. To ensure you only get tables, you must use Table_Type = 'BASE TABLE' or you'll get views, too.
K. Brian Kelley
@kbriankelley
January 24, 2006 at 8:25 pm
Agreed. This error is definitely a SQL syntax error. Your network configuration is not an issue here at all.
K. Brian Kelley
@kbriankelley
January 24, 2006 at 8:23 pm
To piggy-back on happycat59, here is a Microsoft KB article that talks about how to move the files. I include it because it references the system databases and you have...
K. Brian Kelley
@kbriankelley
January 24, 2006 at 8:21 pm
SQL Server does not store the IP address information nor does it log it through a tool like Profiler.
If you didn't have Profiler or traces running at the time,...
K. Brian Kelley
@kbriankelley
January 24, 2006 at 8:19 pm
Are you just having to support the SQL Server or the SQL Server + OS w/ Cluster?
K. Brian Kelley
@kbriankelley
January 24, 2006 at 3:13 pm
Viewing 15 posts - 2,296 through 2,310 (of 6,104 total)