Viewing 15 posts - 1 through 15 (of 18 total)
--Sql Server 2000
create table t1 (sno int, dob smalldatetime,name char(10))
create table t2 (sno int, dob smalldatetime,name char(10))
insert into t1 select 1,'01-01-2006','a'
insert into t1 select 2,'01-07-2006','b'
insert into t2 select 3,'01-01-2007','c'
insert into...
January 27, 2008 at 1:05 am
Dear Martin Vrieze
It is not the matter of man-hours and cost or solution to SURVERY task but is a creative way of using some technology and offcourse my...
November 16, 2007 at 10:40 pm
Just login as
sa
or other superuser.
Best regards,
Tahir275
November 4, 2007 at 4:38 am
Don't know about Advantage Database Server v8.1 database.
Can u run a Select query againt this linked server usign fully qualified table name, mean with out View ???
January 24, 2007 at 3:19 am
Thanks all. NICLEY explain.
This explaination in simple english helps others as well.
Tahir275
January 23, 2007 at 3:58 am
Crossing the home land international border cannot describe in 100 Miles.
I am working away from my brith place Pakistan now in UAE. Good experience but no need for showling with...
January 21, 2007 at 1:14 am
Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...Cricket ...
June 9, 2006 at 9:12 pm
Thanks dear
EXEC sp_addserver 'servername', 'local'
works just fine.
October 18, 2005 at 11:55 pm
On named instance
SELECT @@servername
gives NULL
October 15, 2005 at 12:18 am
On named instance
SELECT @@servername
gives NULL
October 15, 2005 at 12:18 am
According to BOL
When u rename the SQLPRO12 to SQLLFG, on next startup your instance will be look like
SQLLFG\Instance1
SQLLFG\Instance2.
This is for Sql Server 2000.
but for Sql Srever 7 i think u need to...
August 14, 2005 at 12:09 am
Steve
I really don't like the way that _ _ _ author did (copier not researcher). Reply to your explanation is very essential so that such persons should know that...
July 27, 2005 at 2:50 am
Hi James
i think u can send notification like following
create table t1 (sno int )
go
create trigger trgt1 on t1 for insert
as
exec master.dbo.xp_cmdshell 'net send tahir helllooooo'
go
insert into t1...
May 22, 2005 at 4:34 am
Viewing 15 posts - 1 through 15 (of 18 total)