Viewing 15 posts - 1 through 15 (of 18 total)
I would say No to your Query,
You should install the another instance with all the binaries.
May 30, 2006 at 12:59 am
I assumed that you're trying to execute the Select statement in query analyzer.
If you want to run a select statement to Oracle table then the syntax is
Select * from Openquery(Oracle...
April 26, 2006 at 3:37 am
I found this script in same site !
USE (What ever the database to be indexed)
--Enter the name of the database you want to reindex
DECLARE @TableName varchar(255)
DECLARE TableCursor CURSOR FOR
SELECT...
June 25, 2005 at 10:49 pm
Dear John
Thanks ! But did you think this dead lock is happening because of bad indexes .
If i run dbcc inputbuffer(spid) i get the below results
EventType Parameters EventInfo
--------- ---------- -----------
RPC...
May 30, 2005 at 2:20 am
Domain admin account is not required.But Local Admin account is must to install the sqlserver,service packs etc...,
May 10, 2005 at 1:28 am
Yes, but I installed both versions in different Drives.
April 18, 2005 at 11:03 pm
I uses the same logic (I have found an approach similar to Colins to fastest and easiest. I recently had to change the collation sequence on two diffrent data...
April 6, 2005 at 5:20 am
The only way to revoke the permissions to start or stop the DTS packages ,Save the Package with Password.
April 5, 2005 at 11:01 pm
select
CONVERT(VARCHAR(10), GETDATE(), 23) by this you get the...
March 30, 2005 at 1:18 am
The only way to check the Valid Windows NT user is through Active Directory.Use Linked server concept to connect your LDAP Directory .
March 23, 2005 at 1:18 am
Use the ALTER DATABASE statement, specifying the logical file name as follows:
use master
go
Alter database tempdb modify file (name = tempdev, filename = 'E:\Sqldata\tempdb.mdf')
go
Alter database tempdb modify file (name = templog,...
February 3, 2005 at 3:55 am
Reconfigure your outlook with new profile and check
December 7, 2004 at 2:07 am
Mr deepak good work .might be other ways to do the process.but this way is simple and its userfriendly isnt.
November 7, 2004 at 9:18 pm
Viewing 15 posts - 1 through 15 (of 18 total)