SEARCH RESULTS

Home  >  Search Results

2038 results found for "DIRECTORY" in order of relevance.

Only the top 100 results are shown. Refine your search for a smaller result set.


Updating Results
Updating Results
Total Results:100 - Showing Page: 1 of 6 << < > >>
Changing the default Data and Log Location with TSQL (6/10/2005)

Changing the default Data and Log Location with TSQL by Eli Leiba The Default Data and/or LOG files location (for new log and data files) can be chaged by going to the properties of a Serv...

[Msg]: Moving server from a non-active directory network to Active Directory network (7/26/2004)

Hello, We are running sql server 2000 sp3a on win 2000 (with what ever the latest sp). I have been informed that the sql server needs to be moved into AD. Any advise or concerns that can help me ...

[Msg]: Re: Moving server from a non-active directory network to Active Directory network (7/27/2004)

I don't quite understand if you need to physically move the data from a non-ad server to an ad server. If so, you would want to take a look at this kb. http://support.microsoft.com/default.aspx?kbid...

[Msg]: RE: Moving server from a non-active directory network to Active Directory network (7/27/2004)

Nope... it's the server's domain name that will change e.g. from prodnet to prodAD Thanks Arif ---------------------------------------------------------------------- Subject: Re: Moving server ...

[Msg]: RE: Moving server from a non-active directory network to Active Directory network (7/27/2004)

If you are using a domain account for SQL Service, you would want to change that. If there are Windows Logins which have permissions to the server, you would want to change them also (to reflect the...

Undocumented SQL Server 2008 extended stored procedures to work with files and directories (12/2/2009)

Undocumented SQL Server 2008 extended stored procedures to work with files and directories An extended stored procedure (xp) is a dynamic link library that runs directly in the address space ...

Kerberos Deligation in the Enterprise (10/2/2003)

MS SQL Server 2000, IIS5 and Kerberos Delegation By Brian Heath, MS SQL Server DBA/Enterprise Architect In this article I will attempt to break down this process and help you to avoi...

Script an object to a file system Directory Using T-SQL (1/28/2005)

Script an object to a file system Directory Using T-SQL by Eli Leiba I coded a procedure that helps in scripting objects (Views  , functions, procedure etc) to a file system directory...

Archiving Oracle Data in easily restorable non-Oracle structures Part 2 of 2 (5/23/2005)

Archiving Oracle Data in easily restorable non-Oracle structures Part 2 of 2 By John Adolph Palinski Increasingly, we are asked to store archived data for lengthy periods of time. The data may...

[Msg]: RE: [sswug:sql2k] OT: LDAP/Active Directory Field names (8/9/2002)

I wonder if it has to do with connection permssions? I've connected to the SQL server as SA, rather than the NT account details. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/...

[Msg]: Re: SQL data to LDAP (12/9/2003)

> I want to make a database of contacts available as a list of addresses in Outlook. I know that I can do this if the data is available in an LDAP directory. Is there any way to expose a SQL object...

[Msg]: RE: [sswug:sql2k] OT: LDAP/Active Directory Field names (8/8/2002)

ya know Dave, I kind of forgot to mention that.....Peter is right. I ran into this... I wasn't able to connect using sa or sql authentication. Once I switched to NT it worked. -----Origina...