Viewing 15 posts - 16 through 30 (of 119 total)
working excellently now
but in the where clause why just
WHERE p.Deleted = 0
November 10, 2008 at 4:50 am
Michael Earl (11/5/2008)
November 5, 2008 at 5:18 am
Hi SSCrazy
I have another table like this
BuildId
BuildName
BuildURL
So in that case it makes sense to have a composite key?
November 5, 2008 at 5:11 am
I will try to do that.
I will see if I have permissions to browse the folder.
Thanks
Regards
johann
September 24, 2008 at 9:43 am
yes i would like to move backups off and on the server.
I have remote access, however I cannot map to a drive on the server, because of security reasons
September 24, 2008 at 8:39 am
yes I can connect an instace of SQL Server on my local machine to the remote database.
However if I create a Job on their database (remote), I still cannot get...
September 24, 2008 at 8:10 am
well i have a control panel, however I cannot access the servers physically.
I am not paying so much monthly, its not a really big site, that is why I accepted...
September 24, 2008 at 7:48 am
Its very hard to do that, since I do not have access to the hosting machine, and if I do create a job, i will not be able to retreive...
September 24, 2008 at 4:10 am
Hi Journeyman
I just want to retreive for example from record 20 to record 30. I was using this kind of stored proc before
WITH PagesRN AS
(
SELECTDISTINCT...
September 9, 2008 at 4:25 am
Hey, sorry for the late reply
Thanks for all your suggestions, will work on that in the near future.
Thanks for your help guys
Johann
September 3, 2008 at 10:05 am
serinor.e090266 (9/3/2008)
The client must review all the information, or only some pages.
In our...
September 3, 2008 at 2:34 am
solved guys
added collate SQL_Latin1_General_CP1_CI_AS in the where clause
Thanks
August 22, 2008 at 12:56 pm
ok got it!
ORDER BYCASE PageID
WHEN 0 THEN 1
ELSE 0
END,
StatusID,
PageID
Thanks guys
July 22, 2008 at 5:01 am
ok I got to this
ORDER BYCASE PageID
WHEN 0 THEN 0
ELSE 1
END,
StatusId,
PageID
However the PageID 0 is displaying first before the other PageID's. I want it to display last
July 22, 2008 at 4:59 am
Viewing 15 posts - 16 through 30 (of 119 total)