Viewing 6 posts - 61 through 66 (of 66 total)
This would be a solution to your problem. (Probably some extra error handling will be needed, to check that it only accepts upper case chars, and so on..) But the...
November 17, 2005 at 3:03 am
Apparently there is not too much experience on this topic.
I would like to use the mssql.mib database, but I would also like to be able to raise a custom SMNP...
November 16, 2005 at 1:56 am
Daniel,
The batch file was calling some 3th party product batch files which call Java and they also changed the active directory a few times.
I needed to simplified this, and indeed...
November 4, 2005 at 6:37 am
Yelena,
That was my original question: how to use the page size within a linked server. But indeed, there is no option but to partition. I partitioned on the first charachter...
October 27, 2005 at 12:51 am
By the way, I ended up with the following code. Thanks for helping.
Jan
CREATE TABLE #tmpADUsers
( employeeId varchar(10) NULL,
SAMAccountName varchar(255) NOT NULL,
email varchar(255) NULL)
GO
/* AD is limited to send 1000 records in one batch....
October 25, 2005 at 4:19 am
Vinny & Newbie,
Thanks, but I knew this. My question is: how can we do this paging from the OPENQUERY function?
In a vb script (or for that matter any language that...
October 25, 2005 at 1:47 am
Viewing 6 posts - 61 through 66 (of 66 total)