Viewing 15 posts - 1,396 through 1,410 (of 1,884 total)
Hi,
This is the similar message to what I receive when using sp_configure. For example,
Use Master
Exec sp_configure 'allow updates', 1
RECONFIGURE WITH OVERRIDE
GO
My script does do Reconfigure, but this "error" informationsl...
July 15, 2005 at 10:55 am
Remi,
Did you remember our discussion with ram4tech at
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=198251#bm198292
Strange situation when retrieving data (only 6 records)
I understand there was a problem with locking or open transaction and he finally...
July 15, 2005 at 10:46 am
Hello,
I too use this sytax with source server SIDs to create a list of logins in the destination server like on a test server.
I usually do it with a script...
July 15, 2005 at 10:30 am
Andy,
This is a great advice about placeholders.
I also would like to mention Tempdb that may as well grow fast even with read-only reporting as I found out once.
Yelena
July 15, 2005 at 9:44 am
Hello,
This is a good article and a good advice. Now about roundtrips:
There are at least 2 network trips: From a Client to a Web Server and From the Web Server...
July 15, 2005 at 9:32 am
Hi,
We had a discussion on this some time ago.
It appears that if you create registrations with Read/Store User Independent property checked in EM then you can share registrations.
Or you can...
July 14, 2005 at 3:38 pm
There is a workaround.
Please, check on the old server what was the owner, his/her/it name and sid by:
use myolddatabase
select name, sid from master.dbo.syslogins where sid =
(select sid from sysusers where...
July 14, 2005 at 2:16 pm
Hi,
Listen to Brian, he is totally correct. More reasons it does not work.
What are you using by the way on the client? Named Pipes still may work if the name...
July 14, 2005 at 1:11 pm
Hello Juanita,
Is there a reason why MS Acces has to go through SQL Server?
If no, then use File ->Get External Data ->Link Table in mS Access and use ODBC source...
July 14, 2005 at 1:02 pm
I just want to add that in Server Network Utility of SQL Server on General tab in selected protocols if you click TCP/IP and click Properties there is a Hide...
July 14, 2005 at 12:21 pm
Hello,
It is a name resolution issue. You say it is a new server. It may be one of the following:
- DNS server that resolves the name into IP address does...
July 14, 2005 at 12:09 pm
Here is the reference:
http://support.microsoft.com/default.aspx?scid=kb;en-us;305977
Q4: Are table variables memory-only structures that are assured better performance as compared to...
July 14, 2005 at 11:53 am
I like SMTP from VB script
I also tried Database Mail of SQL Server 2005 CTP evaluatiuon copy. It is not difficult to set up and works fine. See Books Online...
July 12, 2005 at 1:19 pm
Hello JW,
You say " I was optimizing some tables (a function in Navision..)..Usually this triggers a rollback "
We don't know how this function is coded by Microsoft programmers. Some transactions may...
July 12, 2005 at 10:35 am
In addition take a look at Microsoft White Paper
Building Secure ASP.NET Applications, downloadable at
file name:secnet.exe, unzip it
Chapter 12 under
July 11, 2005 at 12:05 pm
Viewing 15 posts - 1,396 through 1,410 (of 1,884 total)