Viewing 15 posts - 406 through 420 (of 1,335 total)
So what does your windows hostname command return. It should return ABC-CDEFGHI-JKLM. If not then the problem starts there itself else its somewhere in sql data engine.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 5:01 am
create
function function_test
(
@input varchar(30))
RETURNS
TABLE
AS
RETURN
( Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 4:54 am
If disk is damaged then you can call the vendor for help they will have few tools to recover data from disk depending on the hardware.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 4:45 am
I have seen this error when the windows account has locked out and SPN problems.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 4:38 am
The database was in full recovery mode. The data was initally loaded and backup taken the data that was loaded will be there in log file and hence both are...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 4:37 am
It is used to backup the currently active transaction log.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 4:32 am
If its a default instance then it should be same as server name but here its one letter short. Anyways just do a select @@servername and check. Also do a...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 3:22 am
Lot of Bugs has been fixed in SP1 and SP2. Just check microsoft site for that they have listed number of bugs being fixed in SSIS and MP.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 3:17 am
My suggestion too is the same. Go for disk backup and move the disk backup to tape.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 3:09 am
Do a checkdb of the db to check if it has any tornpages. Tornpages might cause CRC issues with backups.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 3:05 am
July 23, 2007 at 2:38 am
Red Gate SQL Compare also has data compare with it whcih can sync data. Also look for Quest tools. then there is SQDelta and more.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 2:30 am
Then you need install DB2 client components.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 2:23 am
This article in the link says how to add the key and does not describe on how to modify the already set up licensing. I am interested in knowing how...
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 2:21 am
Always you can use this we you want to remove the unused space from the log file and reserve that to OS.
Cheers,
Sugeshkumar Rajendran
SQL Server MVP
http://sugeshkr.blogspot.com
July 23, 2007 at 2:19 am
Viewing 15 posts - 406 through 420 (of 1,335 total)