Viewing 15 posts - 16 through 30 (of 37 total)
Hi All,
I have modified it and code is as follows, if we can minimize the code then please reply.
ALTER PROCEDURE [DBO].[CreateTableByMenuId]
(
@iMenuId [INT]
)
AS
BEGIN
/*
WRITTEN BY SYED SANAULLAH KHADRI
DATE 29-Aug-2008
EXEC...
August 29, 2008 at 4:40 am
Ok but while concatenate we need to add this CREATE TABLE TableName with that, but my main problem is
iPhotoGalId INT Primary KEY IDENTITY(1,1) NOT NULL ,vPhotoGalTitle VARCHAR(50),dModifiedDate DATETIME(8),iOrder INT(0)
How...
August 28, 2008 at 4:23 am
Hi,
Is there any one who can help me to solve this issue.
Please i am in need............
August 25, 2008 at 11:57 pm
Hi,
Now see i have connected from my system using querry analyser to that server and its working fine but when i am connecting from that server using query analyser i...
August 25, 2008 at 4:10 am
Hi,
Backend means Query Analyser and Front end means Application.
We are able to connect from any system any where just we need to pass the details.But some times after restarting the...
August 25, 2008 at 1:33 am
Hi Gail,
I have just now executed two queries ie from table1 and table2, Now i am having 15062 records in both the tables and table1 is taken 45 sec and...
July 9, 2008 at 12:55 am
Hi Gail,
I ran this query
SELECT SD.NAME,SD.dbid,lastWaittype FROM SYSPROCESSES SP INNER JOIN
SYSDATABASES SD ON SD.DBID=SP.DBID WHERE SD.DBID=21
and with that database i got only two lastwaittype they are
MISCELLANEOUS and
PAGELATCH_UP
And the...
July 7, 2008 at 4:20 am
Hi,
I dont know what client will do but he said to give csv format. Thanks for the support. It will help me to learn new concept.
June 30, 2008 at 5:16 am
Hi
But i want the result in money only,If we cant get it then how to display it normally as we have a bigger value with vCurrencyValue column.
we need to...
June 19, 2008 at 6:41 am
Hi,
You can change the password using enterprise manager,
Go to security--> Logins and Double click the user name and change the password.
So simple..........
Syed Sanaullah Khadri
DBA
June 10, 2008 at 3:23 am
Hi
Got the desired result, ih have visited this link and got the explanation
http://www.mssqltips.com/tip.asp?tip=1016
Very useful
Thanks,
Syed Sanaullah Khadri
DBA
June 2, 2008 at 1:35 am
Hi Kevin,
Yes its SQL SERVER 2000 maintanence plan querry, but i have connected that server usin sql server 2005.
EXECUTE master.dbo.xp_sqlmaint N after setting this as maintenance plan i am executin...
June 2, 2008 at 12:46 am
Hi All,
Thanks for ur responces but i will tell u the exact reason. My website code is on one server and the database is on other server. I am...
May 29, 2008 at 10:56 pm
Thanks all,
I will start working on development servers and then will move to production servers.
Syed Sanaullah Khadri
DBA
May 28, 2008 at 11:29 pm
Hi Gail and Others,
I have done the same thing, previously i was using single login for application and admin page also. Now i have restricted original login for select privileges...
May 24, 2008 at 8:57 am
Viewing 15 posts - 16 through 30 (of 37 total)