32 -bit SQL Server In 64-bit Operating System

Jan 25, 2008

What are the advantages and disadvantages of installing 32-bit SQL server 2005 editions on 64-bit operating system?

1) Does odbc drivers have any problems
2) Memory issues

Have anyone been in this situation. Expert advice will be appreciated.

View 1 Replies


ADVERTISEMENT

Sql Server 2005 Operating System Compatibility Warning Message In System Configuration Check

Apr 3, 2007

Ok guys, I am trying to install Sql server 2005 on Vista but I am still stuck with this warning message in the System Configuration Check during Sql server 2K5 installation :



SQL Server Edition Operating System Compatibility (Warning)
Messages
* SQL Server Edition Operating System Compatibility

* Some components of this edition of SQL Server are not supported on this operating system. For details, see 'Hardware and Software Requirements for Installing SQL Server 2005' in Microsoft SQL Server Books Online.



Now, I know I need to install SP2 but how the hell I am going to install SP2 if Sql server 2005 doesn't install any of the components including Sql server Database services, Analysus services, Reporting integration services( only the workstation component is available for installation)?



Any work around for this issue?



P.S.: I didn't install VS.NET 2005 yet, can this solve the problem?



Thanks.

View 8 Replies View Related

HOW Can You View Operating System Of The Sql Server 2k

Sep 19, 2006

ARIAL

HOW can you view operating system of the sql server 2k??

View 2 Replies View Related

SQL Server 7.0 And Windows 2000 Operating System

May 13, 2002

Does SQL Server 7.0 work with the Windows 2000 operating System?
Thanks you for your help.

Regards,
Mark

View 1 Replies View Related

Delete Operating System File From SQL SERVER

Feb 27, 2008

Is there any idea regarding query to delete any operating system file from sql server.

Basically i want to delete temp files in tmp folder of Windows.

-----
sim

View 3 Replies View Related

Operating System Error 1450(Insufficient System Resources Exist To Complete The Requested Service.).

Jan 29, 2007

Hello!

Hopefully someone can help me.

I have scripts to refresh database as SQL daily jobs. (O.S is Win2K3 and SQL server 2000 and SP4) It was worked and I got the following message this morning from SQL error log.

Internal I/O request 0x5FDA3C50: Op: Read, pBuffer: 0x0D860000, Size: 65536, Position: 25534864896, RetryCount: 10, UMS: Internal: 0x483099C8, InternalHigh: 0x0, Offset: 0xF1FF1E00, OffsetHigh: 0x5, m_buf: 0x0D860000, m_len: 65536, m_actualBytes: 0, m_errcode: 1450, BackupFile: \XAPROD12MASTERXAPRODXAPROD_db_200701290000.BAK

BackupMedium::ReportIoError: read failure on backup device '\XAPROD12MASTERXAPRODXAPROD_db_200701290000.BAK'. Operating system error 1450(Insufficient system resources exist to complete the requested service.).



View 1 Replies View Related

Operating System Error Code 3(The System Cannot Find The Path Specified.).

Jul 20, 2005

Hi All,I use Bulk insert to put data to myTable.When the SQL server is in local machin, it works well. But when I putthe data in a sql server situated not locally, then I get a errormessage like this:Could not bulk insert because file 'C:Data2003txtfilesabif_20031130.txt' could not be opened. Operating systemerror code 3(The system cannot find the path specified.).BULK INSERT myTableFROM 'C:Data2003 txtfilesabif_20031130.txt'with (-- codepage = ' + char(39) + 'ACP' + char(39) + ',fieldterminator = ';',rowterminator = '',keepnulls,maxerrors=0)Someone can explan me what the error shows upThanks in advance- Loi -

View 3 Replies View Related

SQL Server Installation Problem And Operating System Compatibility Warning

Feb 18, 2008

Hello everybody,
I have question ablout the installing SQL Server 2005 in the windows XP profesional, I always install sql server on my machine with the Windows XP professional edition as usual without any problem but now
I have a strange problem, first on the System configuration stepeverything is OK except €œSQL Server Edition Operating System Compatibility (Warning) €œ ,with this message :

- SQL Server Edition Operating System Compatibility (Warning)
Messages
·SQL Server Edition Operating System Compatibility

·Some components of this edition of SQL Server are not supported on this operating system. For details, see 'Hardware and Software Requirements for Installing SQL Server 2005' in Microsoft SQL Server Books Online.



Meanwhile the main problem is in the €œ Component to install €? window as I don€™t see these serises of component checkbox enable! Except the €œWorlstation component, books online and development tool €œ,

sql server database services -->disable
anlysis services -->disable
reporting services -->disable
notification services -->disable
integration services -->disable
Worlstation component, books online and development tool -->enable


And after that I make sure about the serious problem and then I decide to continuing installation with clicking on the enable check box and then I have an instance of SQL Server on my machine but it isn€™t compelete .
I tried to solving my problem with unistalling the SQL Server and reinstalling the this software again but this problem still exist, and then I decide to change my window and reinstalling this again , I do that but
It is not work out!!

Therfor if it possible for you please help me to solving my problem, thank you very much


View 10 Replies View Related

Can Not Create SQL Mobile Database On Server: The Operating System Does Not Support Encryption

Oct 12, 2007

I have code that creates a SQL Mobile database on a server. It has worked in many environments, but I have one customer experiencing an issue. It will not create the database on their server. I would appreciate any thoughts.

The exact error message I get is "the operating system does not support encryption"

I am getting it on the line: SQLCeEngine.CreateDatabase()

Here is the code:
SQLCeEngine = New SqlServerCe.SqlCeEngine(SQLConnectionString)
ReturnValue += ": Declare new"
SQLCeEngine.CreateDatabase()
ReturnValue += ":Create"
SQLCeEngine.Dispose()
ReturnValue += ": Dispose"

Here is the error message I get from our application- the part after Err: is the actual error message from the system:
Data Source = D:EVADATAWebServiceDownloads est;Password=test;Persist Security Info=False;: Declare new:Error!:Err:The operating system does not support encryption.

When I go into SQL Express and create a SQL Mobile database using it, it can be created. So, I have to believe it can be done on the server, but I don't know why the code can not do it.
(e.g. FileConnect Object ExplorerServer Type: SQL Server compact Edition and create a database). The database is successfully created if I do it manually this way. It even creates fine if I select the 'Encrypt' button.

The machine is a Windows 2000 Server sp4 version 5.00.2195
SQL 2000 is installed
SQL 2005 Express is installed
I ran the SQLServerCE31-EN.msi file and it is installed. (I have also re-run and repaired it)
I have also copied over the newest version of our code from scratch.

SQL Server mgmt Studio: 9.00.3042.00
MDAC 2000.085.1128.00
MSXML 2.3 3.1 4.0 5.0 6.0
IE 6.0.2800.1106
.NET Framework 2.0.50727.42
Operating System 5.0.2195

View 13 Replies View Related

Operating System Error 5: 5(Access Is Denied.). When Try To Attach .mdf File To Server.

Feb 22, 2008

I had few databases developed in SQL Server 2005 Developer Edition. I have detached all the databases and stopped developing anything new other than taking reqular backup of detached .mdf and .ldf files. I installed Vista on the other Hard drive that corrupted my XP installation drive letters so I had to reinstall XP OS. I have reinstalled SQL 2005 Dev edition. Now I am trying to attach the database it is giving error of Operating system error 5: "5(Access is denied.)". I tried to copy those .mdf and .Ldf files through windows explorer and it is not letting me copy past in the other place. I am getting Access denied from OS. I have about 5 databases and only one has this problem.
What is going on and how do I solve this? Is the OS has locked the file? My home computer is not in a domain. I tried to right click the file to see if I can set access permission on the file. There is no such security options. Any help is appreciated.

Thanks,
Vijay

View 1 Replies View Related

System.Data.SqlClient.SqlError: Cannot Open Backup Device '\.Tape0'. Operating System Error 5(error Not Found). (Microsoft.Sql

Nov 25, 2007

System.Data.SqlClient.SqlError: Cannot open backup device '\.Tape0'. Operating system error 5(error not found). (Microsoft.SqlServer.express.Smo)

i have only one sql instance and tape is istalled successfully.
please help me to find solution for this error.

Thanks,

View 2 Replies View Related

Operating System Command

Sep 13, 2001

Hi,

How can I run operating system command like "DIR" in a stored procedure?

Thanx

View 1 Replies View Related

Operating System Error 32

Sep 10, 2007

Hi SQL TEAM

Can someone please assist, we have a Database roughly 10GB in size,

For the past 2 days now we get the following errors.
////////
FCB::Open failed: Could not open file D:MSSQL.1MSSQLDataHelpdesk.mdf for file number 1. OS error: 32(error not found).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
////////
FCB::Open: Operating system error 32(error not found) occurred while creating or opening file 'D:MSSQL.1MSSQLDataHelpdesk.mdf'. Diagnose and correct the operating system error, and retry the operation.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
////////

Can someone tell me what is causing this error?

View 4 Replies View Related

SQLDMO - Operating System Cannot Run %1

Jul 23, 2005

I have code that instantiates a sqlserver object and starts a job. Ihave used this on numerous XP workstations successfully, when I triedto move this to a Windows 2000 Application Server attached to a SmallBusiness Windows 2003 network and run the code, I am receiving theerror:Automation Error. The Operating System Cannot Run %1.(Error Number -2147024714)The following is a code snippet:*********Dim app As New SQLDMO.ApplicationDim oSQLServer As New SQLDMO.SQLServerDim oJob As SQLDMO.JoboSQLServer.LoginTimeout = 30 ' ERROR OCCURS HEREoSQLServer.LoginSecure = True**********The code fails when setting the LoginTimout parameter. The SQLDMO.dllhas been registered successfully on the server.Any ideas whey the behavior of this code is different on my applicationserver vs the client workstations on the network?ThanksMike G

View 2 Replies View Related

PC Has A 64 Bit CPU And A 64 Bit Vista Operating System

May 21, 2008

We were installing SQL Express 2005 on a Vista machine. This PC has a 64 bit CPU and a 64 bit Vista operating system. I know that we need to use WOW 64 to run SQL Express 2005. My question is how do I turn on WOW64 so I can run SQL Express 2005
Vista

Thank you,

Photomultiplier

View 5 Replies View Related

SQL Server Error Message - Operating System Error 10038: An Operation Was Attempted On Something That Is Not A Socket...

Nov 20, 2006

My apologies...I wasn't for sure where to post an error like this...

Over the last 2 months I have gotten this SQL Server error (twice). All existing processes will continue to work, however no new processes can be created and users cannot connect to the server. This is the exact text of the message in the SQL Server error log.

Operating system error 10038: An operation was attempted on something that is not a socket...

Error: 17059, Severity: 18, State: 0

Error accepting connection request via Net-Library 'SSNETLIB'. Execution continuing.

Error: 17882, Severity: 18, State:

While we can typically just stop SQL Server Service and restart the services...I have found it is best to restart the machine during non-production times to take care of any 'residual' effects of this error.

The SQL Server 2000 SP4 box with Windows 2003 Standard SP1 is well maintained by our I.T. team and it typically will run 4 or 5 months without a reboot.



Thank you...

...cordell...

View 5 Replies View Related

Operating System File Date

Apr 10, 2001

I need to interrogate the date/time stamp on a network file. Any suggestions?

View 1 Replies View Related

ForwardLogBlockReadAheadAsync: Operating System Error 997 - What The .... ?

Sep 11, 2003

Hi, who have ever met the following errors, share an information of what could cause it??? I can't find any info that could help me find the reason. My DB went to SUSPECT mode and in the log file I got:

ForwardLogBlockReadAheadAsync: Operating system error 997(Overlapped I/O operation is in progress.) encountered.

Operating system error 997(Overlapped I/O operation is in progress.) on device 'd:MSSQLdataiservice_Log2.ldf' during ForwardLogBlockReadAheadAsync.

Error: 3414, Severity: 21, State: 1

Error: 9001, Severity: 21, State: 1

Unexpected error while commiting a ShrinkFile operation
/*************************/

What is weird the 997 error occured twice during last night and the DB went into suspect mode only after the sencond one.

The database restored but it's a second time for the last month just getting a bit annoying.

Thanks for any help
Dim

View 5 Replies View Related

Job Step - Operating System Command

Apr 19, 2006

Hi

Im trying to run dtsrun twice in one OSC job step e.g.

DTSRUN /F "path to dts package" /E
DTSRUN /F "path to dts package2" /E

Im finding that it always runs the first line but never the second. I tried swapping the lines around and it then runs the other because tht is the first line. Again the second line won't run.

Am I trying to do something that isn't possible?

Neil.

View 4 Replies View Related

Operating System Does Not Support Encryption

Jul 10, 2006

Hi All,

Iam using HP iPAq hw6500 series PDA. My application in installed in the PDA and when i try to open the application by taping on the application icon, Iam getting the following error.

Error: 0x80004005 E_FAIL
Native Error: (25080)
Description: The operating system does not support encryption. [,,,,,]
Interface defining error: IID_IDBInitialize
Param. 0: 0
Param. 1: 0
Param. 2: 0
Param. 3:
Param. 4:
Param. 5:

The application is builded on embedded VC++4.0

Can anyone help to figure out the possible reason for this error?

Thanks & Regards

Rajeev

View 5 Replies View Related

Operating System Does Not Support Encryption

Sep 27, 2007

Hi,

We are using SQL Server Compact Edition v3.1. We have 2 users running on Windows XP with Service Pack 2, who are getting errors that the Operating System does not support encryption when creating a new database. The problem is not with the code, one of the users installed the same software on a different Windows XP system and the software operates correctly. We also have many other installations that are working properly as well, so it appears to be something specific to these 2 computers.


We've had the user try repairing their .NET Framework 2.0 install, in addition to confirming that the

Crypt32.DLL and CryptUI.DLL dependencies are both present and of the correct version in WindowsSystem32. We've also verified that the users do have write access in the directory we are trying to create the database.


Is there something we can do to fix encryption on these users systems or something the users may have done to disable encryption?

Thanks

View 4 Replies View Related

The Operating System Does Not Support Encryption

Oct 28, 2005

Hello,

View 1 Replies View Related

Need Advice On Operating System For A Note Book

Mar 22, 1999

hi, I am working on SQL server 6.5 using a desk top. Now I am about to buy a note book and do some development work. As far as I know, win 95,98 does not support SQL server 6.5

But SQL sever 7.0 does support win 95,98 Am I correct?
I am confuzed, what notebook operating system shall I buy which will allow me to work on sql development on the road.

another issues is what if I choose to use win 98 for sql server 7.0 what are the things that I will be missing . In other word, what are the limitation that I may have when acquiring win 98 as an operating system for sql server 7.0..

thanks for your advice

regards

Ali

View 5 Replies View Related

Operating System Error 1784 On DB Restore

Apr 11, 2007

Hi there. Could someone help me out.
I'm performing a log restore and getting the following error within the SQL Server Error Log.

During restore restart, an I/O error occurred on checkpoint file 'G:MSSQL.1MSSQLBackupdxsh.CKP' (operating system error 1784(error not found)). The statement is proceeding but cannot be restarted. Ensure that a valid storage location exists for the checkpoint file.

IT's a very basic Restore command and i do have not specified it to Restart.

Having checked the MS website for 1784 it suggests the following:

The supplied user buffer is not valid for the requested operation

Can anyone tell me what is wrong here and why it is creating a checkpoint file or even what it is and how to overcome the error message.

TIA

View 12 Replies View Related

ReadFileHdr: Operating System Error 38(Reached The

Sep 7, 2007

i believe this is the right thread... i recently had an issue where my xpstar.dll would not register and i read to fix the issue to reapply the SP so i installed SP4 i now am getting this error... please help!

2007-09-07 14:24:19.24 server Logging SQL Server messages in file 'C:Program FilesMicrosoft SQL ServerMSSQLlogERRORLOG'.
2007-09-07 14:24:19.24 server SQL Server is starting at priority class 'normal'(4 CPUs detected).
2007-09-07 14:24:19.36 server SQL Server configured for thread mode processing.
2007-09-07 14:24:19.38 server Using dynamic lock allocation. [2500] Lock Blocks, [5000] Lock Owner Blocks.
2007-09-07 14:24:19.40 server Attempting to initialize Distributed Transaction Coordinator.
2007-09-07 14:24:20.44 spid3 Starting up database 'master'.
2007-09-07 14:24:20.49 spid3 Error: 823, Severity: 24, State: 5.
2007-09-07 14:24:20.49 spid3 ReadFileHdr: Operating system error 38(Reached the end of the file.) encountered.
2007-09-07 14:24:20.49 spid3 Error: 5159, Severity: 16, State: 3.
2007-09-07 14:24:20.49 spid3 09/07/07 14:24:20 Stack Overflow Dump not possible - Exception c00000fd E at 0x00449CA1
2007-09-07 14:24:20.49 spid3 Address=449ca1 Exception Code = c00000fd
2007-09-07 14:24:20.49 spid3 eax=ba65a0de ebx=00000002 ecx=42ba8740 edx=0bb0a830
2007-09-07 14:24:20.49 spid3 esi=00000001 edi=42ba8740 eip=00449ca1 esp=0bb09fc4
2007-09-07 14:24:20.49 spid3 ebp=0bb0a56c efl=00010212
2007-09-07 14:24:20.49 spid3 cs=1b ss=23 ds=23 es=23 fs=3b gs=0
2007-09-07 14:24:20.49 spid3 1: Frame: 0BB0A56C Return Address 00449CA1
2007-09-07 14:24:20.49 spid3 2: Frame: 0BB0AD88 Return Address 00449E10
2007-09-07 14:24:20.49 spid3 3: Frame: 0BB0AD9C Return Address 0044A14B
2007-09-07 14:24:20.49 spid3 4: Frame: 0BB0ADAC Return Address 0044A17D
2007-09-07 14:24:20.49 spid3 5: Frame: 0BB0ADF8 Return Address 0044A19B
2007-09-07 14:24:20.49 spid3 6: Frame: 0BB0AE18 Return Address 004CD11C
2007-09-07 14:24:20.49 spid3 7: Frame: 0BB0B2A8 Return Address 005ED83E
2007-09-07 14:24:20.49 spid3 8: Frame: 0BB0B2FC Return Address 00405473
2007-09-07 14:24:20.49 spid3 9: Frame: 0BB0B324 Return Address 00449357
2007-09-07 14:24:20.49 spid3 10: Frame: 0BB0B350 Return Address 00449329
2007-09-07 14:24:20.49 spid3 11: Frame: 0BB0B378 Return Address 00448EE1
2007-09-07 14:24:20.49 spid3 12: Frame: 0BB0B3E0 Return Address 0060CFF5
2007-09-07 14:24:20.49 spid3 13: Frame: 0BB0BC04 Return Address 006D0991
2007-09-07 14:24:20.49 spid3 14: Frame: 0BB0BC18 Return Address 0044A14B
2007-09-07 14:24:20.49 spid3 15: Frame: 0BB0BC28 Return Address 0044A17D
2007-09-07 14:24:20.49 spid3 16: Frame: 0BB0BC74 Return Address 0044A19B
2007-09-07 14:24:20.49 spid3 17: Frame: 0BB0BC94 Return Address 004CD11C
2007-09-07 14:24:20.49 spid3 18: Frame: 0BB0C124 Return Address 005ED83E
2007-09-07 14:24:20.49 spid3 19: Frame: 0BB0C178 Return Address 00405473
2007-09-07 14:24:20.49 spid3 20: Frame: 0BB0C1A0 Return Address 00449357
2007-09-07 14:24:20.49 spid3
2007-09-07 14:24:20.49 spid3 TotalPhysicalMemory = 2146951168, AvailablePhysicalMemory = 1552097280
2007-09-07 14:24:20.49 spid3 AvailableVirtualMemory = 376274944, AvailablePagingFile = 3696713728

View 6 Replies View Related

Help ---! Procedure To Delete Files From Operating System

Jul 20, 2005

Hi all,Can anyone help me with a script which would delete files ormove them to a different folder at some scheduled time..!Please.....!!!Thanks in advance...

View 5 Replies View Related

Does SSCE3.0 Support Windows Xp 64 Bit Operating System?

Oct 12, 2007

I read the online document, It seems that SSCE3.5 could support windows xp 64 bit operating system with WOW. but SSCE3.0 did not mention.

my appliaction is using SSCE3.0 on windows xp 32 bit operating system right now. I want it to be also used on windows xp 64 bit. but it seems that SSCE3.0 does not support it.

could anyone please give some suggestion? any idea and suggestion will be appreciated.

Thanks.

View 1 Replies View Related

Error Message 25080 The Operating System Does Not Support Encryption Again

Nov 19, 2007

A customer of my program is getting the SQL CE error message "The operating system does not support encryption".


I've seen several threads on this issue, but none of them seem to apply to my problem. This is a Windows Forms application, so no device and no web service.

The OS is a German Windows XP - so there shouldn't be any issues regarding strong encryption. It even runs in Windows 2000 in our test VPC.

We're using SQL CE 2005.

Any ideas what I could check?

View 1 Replies View Related

Install Error - Operating System Service Pack Level (SP1)

Mar 5, 2007

I am attempting to install SQL Server 2005 Developer Edition (from CD) on my IBM PC with XP Operating System. During set up, I get a error message (see below) telling me about a Service Pack requirement. When I click on the link provided in the error message, it does not lead to any service pack download.

I'm trying to read thru these forum posts, it seems that there is a service pack that I need to download after installing SQL Server 2005. But how can I install the pack after when I can't install SQL Server. Any help would be greatly appreciated. Below is more information about the version of windows my PC has.

My PC: Windows Version 5.1 (Build 2600.xpsp2.030422-1633:Service Pack 1)

Error message from install program:

Operating System Service Pack Level Requirement. (Error)
Messages
Operating System Service Pack Level Requirement.

"The current operating system does not meet Service Pack level requirements for this SQL Server release. Install the most recent Service Pack from the Microsoft download center at http://go.microsoft.com/fwlink/?LinkId=50380, and then run SQL Server Setup again."

View 1 Replies View Related

SQL 2012 :: Unable To Open Physical File - Operating System Error 5

Nov 6, 2015

I am trying to attach a database. But I am receiving below error:

Unable to open the physical file "D:databasepc.mdf". Operating system error 5: "5(Access is denied.)".

I have added service accounts to administrator group.

I have provided full control to service account on the D drive and on the .mdf file also.

My self has full permissions on the drive and .mdf file, and I am in administrator group.

Restarted the SQL Server services.Still same error.

View 9 Replies View Related

DB Engine :: Unable To Open Physical File - Operating System Error 5

Apr 16, 2008

I am trying to attach a database to SQL 2005. This database has not previously been attached. I have only just installed SQL.
 
I get the following message: Unable to open physical file "C:ArrowSQLArr@DataArrow_data.mdf" Operating system error 5: "5(error not found)" (Microsoft SQL Server: Error 5120)".
 
I have loaded SQL and the database fiel and directory with the same user account which is a local administrator on this machine. I have checked that I have read/write access to the file.
 
The machine runs Windows Vista Business. SQL has SP 2 loaded. What causes this?

View 56 Replies View Related

Operating System Error 1450 - Unable To Resize Db Physical File

Oct 24, 2007



Hi,

We have a very severe issue in our production, and this is very very ugent to fix this issue, there was a job started on server on 10th October, 2007, for backup of database of 3.2 TB, which caused this issue on 18th October, 2007.
I cancelled that job and even restarted the server, but still there is same issue on the server.

I am using this command to expand the physical file,

ALTER DATABASE [ODS] MODIFY FILE ( NAME = N'ODSFG33File1', SIZE = 307200000KB )

Error:

MODIFY FILE encountered operating system error 1450(Insufficient system resources exist to complete the requested service.) while attempting to expand the physical file.

Server:

64bit Itanium Server with 4 Processors
4TB of SAN Storage
24GB of RAM
MS Windows 2003 Enterprise Edition with SP1
MS SQL Server 2005 (9.0.3152) Enterprise Edition with SP2

Database:

3.2 TB Size of Partitioned Database with 60 File Groups
Every File Group contains One month data in its only one physical File.
Physical Files are of different size between 10GB and 300GB.

Kind Regards,
Muhammad Imran.

View 8 Replies View Related

Problem Opening Database: The Operating System Does Not Support The Encryption Mode Provided.

Oct 12, 2007

I have created an .sdf database on my Desktop - and am able to open and close it just fine from my application program.

Whenever I try to:

Open it with the same program but installed on a different PC,

or:

Open it from a program running as a service on the development PC, I get the error

"The operating system does not support the Encryption Mode provided."

The working above is from the Version 3.5 Beta, but the same problem occurs with Version 3.1.

The Error code in Hex is 80004005

I can't find any reference to fixing this error - any ideas?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved