Viewing 15 posts - 316 through 330 (of 444 total)
I wish you were in Islamabad, Pakistan... I would have definitely hired you...
Good Luck...
Atif Sheikh
August 11, 2008 at 3:59 am
re-check your indices, and try to break this into pieces. i.e. try to break the calls (4 to 5 calls.) Also, set the query timeout to 0 (if necessary).
Atif...
August 11, 2008 at 3:57 am
Nice Article. I would definitely like to go with this technique as there are very limited scenarios where you need huge documents to get parsed character by character. I have...
August 11, 2008 at 3:47 am
GOTO FETCH CURRENT BACKUP
RESTORE ON DATABASE FOR DUMMY
BREAK TRANSACTION ON DUMP PROCEDURE
Atif Sheikh
August 9, 2008 at 3:58 am
GET PRIMARY DEFAULT USER
TRY TO BREAK CURRENT TRANSACTION
ALTER AUTHORIZATION TO CREATE CURSOR
Atif Sheikh
August 9, 2008 at 3:53 am
Ok... here it is...
DECLARE @SpName varchar(10)
SET @SpName = 'Y'
SELECT DISTINCT ANTI_MISSILE.antim_id,ANTI_MISSILE.anitm_name FROM DEFUSE_CAPABILITY
INNER JOIN ANTI_MISSILE ON DEFUSE_CAPABILITY.antim_id = ANTI_MISSILE.antim_id
WHERE DEFUSE_CAPABILITY.antim_id IN
(
SELECT antim_id FROM
(
SELECT Count(*) AS xcnt ,antim_id...
August 9, 2008 at 3:43 am
my idea is to create at table with AttributeCategories, Attributes, AttributeValues and AttributeForm.
Attribute Category my have the information like 'Demographics', 'School Information', 'Contact Information', etc with its Own Unique...
August 9, 2008 at 2:38 am
There are alot of Port Scanner softwares on the web with source code. PortScanner is one of them.
Atif Sheikh
August 9, 2008 at 2:04 am
Playing Piano is one of my hobbies. I usually play it when i am tensed...
Atif Sheikh
August 9, 2008 at 1:59 am
I must say that it is very interesting and informative article. I use the strategy very frequently and have suggested many others to use this.
Great Article...
Atif Sheikh
August 9, 2008 at 1:52 am
You can find the special characters at the database end by using ASCI codes. this will require string parsing. can be done using tally tables or looping through each cahracter...
August 9, 2008 at 1:50 am
Are you having problem in Insertion / updation or in querying the records...?
I think inall cases, you should check the special characters (that can cause error in the query if...
August 9, 2008 at 1:43 am
Viewing 15 posts - 316 through 330 (of 444 total)