Viewing 15 posts - 9,076 through 9,090 (of 26,490 total)
Have you checked on the Quest site for information regarding the error? You might find more information there.
December 31, 2012 at 8:52 am
John Hardin (12/30/2012)
L' Eomot Inversé (12/30/2012)
Jeff Moden (12/28/2012)
December 30, 2012 at 1:13 pm
zi (12/30/2012)
Thanks for replyingDo you have a script to know the fragmentation size for the whole database not only table by table.
Thanks lot
To repeat:
GilaMonster (12/26/2012)
zi (12/26/2012)
December 30, 2012 at 10:50 am
sanandh87 (12/30/2012)
Please help me to resolve this issue..
It is a permissions issue. You will need to check the permissions of the file on your system and resolve it such...
December 30, 2012 at 1:58 am
Looks like a permissions issue on the mdf file.
December 30, 2012 at 1:53 am
sanandh87 (12/30/2012)
Below the steps i followed to restore the database from disc.
step 1 : Logging sql server
step 2:...
December 30, 2012 at 1:43 am
You are trying to restore the mdf file. You need to attach the file to your server such that it recreates the ldf file. Not sure how you...
December 30, 2012 at 1:34 am
TryingToLearn (12/29/2012)
Thank...
December 29, 2012 at 4:10 pm
I would say something like this should work. I don't have a linked server of any kind on my system so I can't test it:
SELECT
dept = e.dept,
fname = e.fname,
lname...
December 29, 2012 at 9:19 am
TryingToLearn (12/29/2012)
SET IDENTITY_INSERT CALLSNEW ON
INSERT INTO [cas].[dbo].[CALLSNEW]
...
December 29, 2012 at 8:31 am
John Mitchell-245523 (12/28/2012)
CELKO (12/28/2012)
CREATE TABLE Calendar
(cal_date DATE NOT NULL PRIMARY KEY,
julian_business_nbr INTEGER NOT NULL,
...);
INSERT INTO Calendar
VALUES ('2007-04-05', 42),...
December 28, 2012 at 9:05 am
Dirk vd Watt (12/28/2012)
Can you please test your new functions' performance against the following function :
CREATE FUNCTION [dbo].[ParseString]
(
@String VarChar(8000),
@Delimiter VarChar(1)
) RETURNS TABLE
AS
RETURN
(
...
December 28, 2012 at 8:04 am
smthembu (12/21/2012)
I need assistance with the below, attached pic is the table structure column (Client_User_Agent) I need to split data so that I can have the browser used and...
December 27, 2012 at 11:04 pm
Upgrading my SQL Server 2008 R2 Developer Edition to SQL Server 2012 Developer Edition. Finally purchaesed a copy on Amazon.com and just got it today in the mail.
December 27, 2012 at 7:09 pm
toddasd (12/27/2012)
Lynn Pettis (12/26/2012)
Josh Ashwood (12/26/2012)
All hail Celko!!!!!:smooooth:
Please, do not encourage him! We want him to go haunt an Oracle site for a while.
Speak for yourself. You let...
December 27, 2012 at 7:14 am
Viewing 15 posts - 9,076 through 9,090 (of 26,490 total)