Viewing 13 posts - 16 through 28 (of 28 total)
Hi,
this approach is better because you don't have a static reference to SQLDmo. So there is no problem with the interfaces. It's true that you lose intellisense but just one...
July 12, 2002 at 8:24 am
hi,
i'm typist, but what's the meaning of wpm?
Antonio
July 3, 2002 at 10:00 am
Hi guys
i had the same problem and the solution is this!
Set m_Server = CreateObject("SQLDMO.SQLServer")
m_Server.Name = "SERVERNAME"
...
July 1, 2002 at 4:57 am
Hello,
try this
CREATE PROCEDURE SELNEXTCOUNT @countername CHAR(5) AS
DECLARE @retval AS INTEGER
BEGIN
SET NOCOUNT ON
IF NOT EXISTS (SELECT VALORE FROM TB_COUNTERS (NOLOCK) WHERE COD_COUNTERS = @countername)
...
June 28, 2002 at 9:28 am
HI,
I have found the solution!!!!!
SELECT TOP 1 * FROM PRODUCTS WHERE ID_REC > (SELECT MAX(ID_REC) * RAND() AS ID_REC FROM PRODUCTS) ORDER BY ID_REC
June 11, 2002 at 9:10 am
No they have not.
I need this information programmatically!
quote:
Do the clients have Query Analyzer?K. Brian Kelley
http://www.sqlservercentral.com/columnists/bkelley/
February 8, 2002 at 9:13 am
Ok steve,
i want know from client BB and from client CC the macaddress of Server (AA)
Thanks
quote:
This doesn't make sense? What does not...
February 8, 2002 at 1:58 am
Sorry but it doesn't work!
quote:
Ok. it's what I want.If you run the query on the server from which you want the macaddress...
February 7, 2002 at 1:32 am
Ok. it's what I want.
If you run the query on the server from which you want the macaddress it doesn't return anything, in you run the query from a client...
February 7, 2002 at 1:18 am
Sorry for my English!
I want know from each client the macaddress of network card on which sqlserver runs!
Thanks
quote:
Neither does mine, but that's...
February 6, 2002 at 11:42 am
it's a great solution, but on my server sqlagent doesn't run! I need macaddress for software protection purpose.
quote:
Great solution!Andy
February 6, 2002 at 11:28 am
try to connect to master db and with that connection drop your database!
quote:
Hi there!I seem to be having a problem trying to...
February 6, 2002 at 5:14 am
Viewing 13 posts - 16 through 28 (of 28 total)