Viewing 15 posts - 9,076 through 9,090 (of 9,248 total)
your welcome 😉
July 29, 2008 at 12:16 pm
SQL ORACLE (7/29/2008)
Device Manager does not provide the number of core processors.
System Information from System Tools does not provide this information either.
I...
July 29, 2008 at 12:12 pm
a WMI query should produce this too
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2")
Set colItems = objWMIService.ExecQuery( _
"SELECT * FROM Win32_ComputerSystemProcessor",,48)
For...
July 29, 2008 at 11:57 am
you could ask your windows administrator or get the product type and tag and consult the server manufacturers website, if its Dell for example you could use the service tag...
July 29, 2008 at 10:47 am
so your backing up via a maintenance plan are you?
July 29, 2008 at 10:45 am
CrazyMan (7/29/2008)
Windows NT 5.1 (Build 2600: Service Pack 3)
this is your windows OS build version, i am referring to SQL2005 SP2
the SQL product version being reported here
Microsoft SQL Server 2005...
July 29, 2008 at 10:42 am
just a thought, have you applied SQL2005 service pack 2 to the machine
July 29, 2008 at 10:21 am
SQL King (7/29/2008)
WOW, HOW DO YOU THAT?
eek now i'm getting worried 😀
how are you backing up the databases?
Via a maint plan or a custom job or maunal T-SQL script, etc?
July 29, 2008 at 9:50 am
GSquared (7/29/2008)
July 29, 2008 at 9:48 am
the import wizard inside SSMS uses sql integration services so you have to have that installed.
July 29, 2008 at 9:43 am
The Oracle 10 client should be backward compatible with Oracle 8
July 29, 2008 at 8:21 am
ensure you scroll to the very top
July 29, 2008 at 8:13 am
why not just allow the sql maint plan or job to delete files after N days
July 29, 2008 at 7:39 am
thats what i thought.
when the wizard starts, after the welcome screen the next screen is the choose data source dialog. Drop down the list box "Data source" and "flat file...
July 29, 2008 at 7:37 am
how are you importing?
are you importing via SSMS?
July 29, 2008 at 7:29 am
Viewing 15 posts - 9,076 through 9,090 (of 9,248 total)