Viewing 15 posts - 16 through 30 (of 45 total)
Complicated? CTE's with Window (sometimes called Analytical) functions do the exact opposite. They un-complicate queries. It would be well worth your time to learn about ROW_NUMBER, RANK, NTILE, and a...
August 7, 2013 at 1:52 am
Hi
Thanks for the query, its returning what i want, but i have never used CTE and have no knowledge of it, guess its time to learn.
is there no easy way...
August 6, 2013 at 7:30 am
Hi
this is what im trying to do;
I have a sql server as follow
Windows server 2003
SQL server instance 2000
32 bit i presume
i open import and export data --> on destination i...
March 6, 2013 at 2:22 am
Hi guys
Thank you so much for the prompt help, I’m sorted out now.
Kingston Dhasian - the easiest way: Took 00:02:10 to execute
imex – I’m not really good with CTE, I...
February 27, 2013 at 7:12 am
Eugene Elutin (9/11/2012)
) is of smalldatetime data type (we don't know which column exactly,...
September 11, 2012 at 3:37 am
Hi there,
The image you posted is not opopeningp dude.
Regards,
September 11, 2012 at 2:51 am
okbangas (6/13/2012)
June 13, 2012 at 5:19 am
anthony.green (6/13/2012)
Or you could add COLLATE database_default to then end of any string comparisions
SELECT...
June 13, 2012 at 4:56 am
michael vessey (5/21/2012)
right click on the database and choose properties and then in one of the screens there will be a recovery mode box (i don't...
May 21, 2012 at 10:44 am
michael vessey (5/21/2012)
i think you...
May 21, 2012 at 10:24 am
Steve Jones - SSC Editor (5/21/2012)
Is that database in recovering or restoring mode?
Steve that I wouldn't know Honestly, unless you tell me how to see that, but this is the...
May 21, 2012 at 10:04 am
Hi, yes its a SQL 2000
and after running that sp_helpdb this is what i got in return and im now lost
No permission to access database 'PhoenixCBL_Restore'.
name ...
May 21, 2012 at 9:57 am
shani19831 (5/16/2012)
John, since i got it working.... i will try to reverse the process and regenerate the same error and post it here lets say tomorrow....thanks anyways
Ok heres the initial...
May 18, 2012 at 4:11 am
John, since i got it working.... i will try to reverse the process and regenerate the same error and post it here lets say tomorrow....
thanks anyways
May 16, 2012 at 9:21 am
John this is the first error
CREATE DATABASE [BGPhoenix] ON PRIMARY
( NAME = N'msphxx_data001', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\Phoenix.mdf' , SIZE = 25853440KB , MAXSIZE = UNLIMITED, FILEGROWTH...
May 16, 2012 at 9:01 am
Viewing 15 posts - 16 through 30 (of 45 total)