Viewing 15 posts - 436 through 450 (of 545 total)
Hi RP
Try to check if there are any changes that have been made on the server and any new process has...
September 2, 2008 at 11:32 am
Hi
If you are using a VMWare, then you can create a template mahcine and then clone from that machine, all you have to do is to...
September 2, 2008 at 6:43 am
rbarryyoung : this is a greek text that we receive from the greek user, once we receive the text then we insert them into a table with other information...
August 28, 2008 at 9:12 am
Thanks mate, this will store some other characters, if i select from the database then i get some other characters instead of actual greek characters, is it possible to insert...
August 28, 2008 at 3:57 am
Hi Gial
Sorry about the delay,please find the code attached
CREATE PROCEDURE [dbo].[GetMatch] (@TypeID INT = 0, @Priority INT =...
August 18, 2008 at 9:11 am
Hi Guys
You can use database snapshot on Developer edition as well 🙂
August 15, 2008 at 12:51 pm
Thanks Gial
i tried on test server with login that are used by application, it dint work, then i...
August 9, 2008 at 11:00 am
Hi Tayal
What's the SAN you have got with you, for start you can start with hooking up SAN with ESX host( as...
August 9, 2008 at 12:59 am
Thaks Hill, i have one instance per server, and i have set a max memory as well, its releatively small machine, its having 6 GB RAM, out of which 5...
August 9, 2008 at 12:44 am
Hi Mike
This error seems that the excel file is been used by some other process apart from ur import task, is this...
August 9, 2008 at 12:32 am
Thanks Gial
I tought of this as well, since this is been updated or deleted by...
August 9, 2008 at 12:16 am
HI Lenny
Its a java exe file that clears the cache, i saw permission, i have done this before, i have done this on command...
August 9, 2008 at 12:13 am
yeap i know, thats the whole point of doing this trigger 🙂
August 8, 2008 at 11:02 am
Create TRIGGER BlTri
on Table1
AFTER INSERT, UPDATE, DELETE
AS
Declare @Name varchar(15)
Declare @Age varchar(15)
Declare @sql varchar(255)
select @Name=Name,@Age=age from deleted
union
select @Name=Name,@Age=age from inserted
set @sql ='c:\Bond\Bondcli "tablePKDAO{phone=''' + rtrim(@Name) + ''', age='...
August 8, 2008 at 10:48 am
Thanks Paul,
This seems to be a nice Idea, i tried to run the same SQL frequently so it deletes...
August 8, 2008 at 10:31 am
Viewing 15 posts - 436 through 450 (of 545 total)