Viewing 15 posts - 841 through 855 (of 1,884 total)
It depends if you can use SQL Server Client Tools with this SQL Server. If you can, than use SQL Profiler or set up a server trace for a day...
May 11, 2006 at 10:08 am
That may be because the clustered index is the actual data, sorted. I don't have the explanation why it did not happen in 7.0. I am not sure I had...
May 11, 2006 at 10:05 am
Hello,
You may want to try the following:
- SQL Server 2000 replication over FTP
- SQL Server 2005 replication over HTTPS (new feature, did not try)
- DTS Export job to files on...
May 11, 2006 at 9:53 am
Hello JuanBob,
Yes, you do understand correctly.
Here is what I normally do: I request a domain account without any administrative rights to the domain. This account should have "Password Never Expires" checked....
May 11, 2006 at 8:54 am
I do know that you can do a replication over FTP, it is difficult in SQL Server 2000. Replication over HTTPS is advertised as a feature with SQL Server 2005. You may...
May 10, 2006 at 1:38 pm
I guess you are asking about non - "domain admin" , means the domain account that does not have domain admin rights. Yes, it is recomended if you server has...
May 10, 2006 at 1:30 pm
Hello Macca,
In the Management Studio right-click on your table, click Modify, right-click on the column you need.
Select Set Primery Key for setting Primary Key. Set it on one column. Right-click on...
May 10, 2006 at 1:22 pm
Hello Sachin,
Thanks a lot for the explanation, I do understand the process now, it was VERY helpful.
But I dicovered that my problem was due to security. I told you I...
May 10, 2006 at 12:36 pm
I sure answered correctly but I don't feel the answer reflects the important points. I would say:
"A server login provides access to the resources on the server level and the...
May 10, 2006 at 8:32 am
I query MSDB sysjobs and sysjobhistory tables on different servers from one server (from one workstation) using OPENROWSET with composing a query string with connection information dynamically for each server...
May 9, 2006 at 2:57 pm
There is always a process way. Just to stress to the users that he/she should use only the approved login when connecting through Query Analyzer.
Also, most of the report tools...
May 9, 2006 at 9:05 am
This means that the user can not be authenticated whatever the reason is. The reason could be that he can not be authenticated by the domain controller, maybe he logged...
May 9, 2006 at 9:01 am
Do you create Temp Tables or permanent tables? I sometimes use temp tables if I have to group different ways for the query, it does take time.
Did you try to use...
May 9, 2006 at 8:52 am
Hello Sachin,
To answer your questions, No SP1, Created nothing. This is probably the reason that it has to have a master key or something. This is OK. I am not...
May 9, 2006 at 8:48 am
(Updated)
I got an error on the second statement:
ALTER
DATABASE MyDatabase SET ENABLE_BROKER
GO
The database does have Trustworthy set to True. This database was...
May 8, 2006 at 11:45 am
Viewing 15 posts - 841 through 855 (of 1,884 total)