SQL-cat

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I found this file now I cannot boot win xp .. NTLDR missing ... repair attempt using xp CD and it is now controlled by a admin w/new pw ...??
here is what the file looks like at the star
oembios.si

instcat.sq

/
** INSTCAT.SQ
** Installs catalog stored procedures on the Microsoft SQL Server
** Copyright Microsoft, Inc. 1994 - 200
** All Rights Reserved
*



/
INTERNAL NOTE
When this file is updated, you MUST change the last row inserted int
spt_server_info to be version number of this file. the convention i
j.nn.bbb, where j is the major version number ('7' now), nn is the mino
version number ('10' now), and bbb is the build number
insert into spt_server_inf
values (500, 'SYS_SPROC_VERSION', '8.00.bbb'
*



/****************************************************************************
/* This portion sets up the ability to perform all the functions in this *
/* script *
/****************************************************************************
g
use maste
g
dump tran master with no_lo
g

----
it is like 7 million characters so i cant type it allplease advise if this is a legit Xp file or if it is a hack and how can i get it fixe
this pc Im on is too slow and old I want mine back
Thank yo

thanks for anyhel
J
 
Really stupid question, you have made sure you're not booting off a floppy,
haven't you?
JB_3x said:
I found this file now I cannot boot win xp .. NTLDR missing ... repair
attempt using xp CD and it is now controlled by a admin w/new pw ...???
here is what the file looks like at the start
oembios.sig

instcat.sql

/*
** INSTCAT.SQL
** Installs catalog stored procedures on the Microsoft SQL Server.
** Copyright Microsoft, Inc. 1994 - 2000
** All Rights Reserved.
*/



/*
INTERNAL NOTE:
When this file is updated, you MUST change the last row inserted into
spt_server_info to be version number of this file. the convention is
j.nn.bbb, where j is the major version number ('7' now), nn is the minor
version number ('10' now), and bbb is the build number.
insert into spt_server_info
values (500, 'SYS_SPROC_VERSION', '8.00.bbb')
*/



/***************************************************************************
*/
/* This portion sets up the ability to perform all the functions in this */
/* script */
/***************************************************************************
*/
go
use master
go
dump tran master with no_log
go
is a legit Xp file or if it is a hack and how can i get it fixed
 
Back
Top