I need to spell check documents about SQL Server applications. These will often mention "database..table". How do I get Word to ignore the double full stops?
I have a database backup located in my Windows 7 Documents folder (c:\Users\Aaron\Documents...), and I'm trying to restore it using SQL Server Management Studio. However, the program is unable to access anything within the Users\Aaron directory using its non-standard file selection dialog, even when run as an Administrator.
I'm brand new to Windows 7... Is there some sort of security setting that I need to trigger to give programs access to these files?
Hello. My host is WinXP and my guest (on VPC 2007) is also WinXP. Both have SP2. I am unable to ping either from one another. However, I am able to connect to the Internet from the guest. My intention is to be able to connect the SQL Server on the host from the Management Studio installed on the guest. Right now I am using Shared Networking (NAT) on the guest's settings.
looking for recommendations on ESX4 OS - VMFS version3:
RAID-5 : matching the stripe size with VMFS block size? (64K, 128K etc)
RAID controller options: "adaptive read ahead, write-back" on PERC 6i
90% VMs on server are Windows (2008, 2003, Vista etc, SQL 2005 etc)
i have read that smaller stipes are good for writes and larger for reads. Since this is virtual env, not sure whats good.
If anyone has had more than a couple of Microsoft tools or products installed (or a local install of the MSDN library) side by side, you might have noticed that opening help (hitting F1) or opening, say, SQL Server Books Online causes the help indexes to be re-indexed - this is usually after installing a new product or tool.
This can be a really, really time consuming exercise!
Does anyone know a way to prevent or opt out of having combined help indexes?
At best, even just preventing the reindexing at all?
Hi
I am beginner for SSH stuff but i want to dump a big sql file and for that i need to be able to navigate to the appropriate path in my hosting account. I managed to login to SSH and i typed pwdbut it gave me a shared hosting pathway like /home/content/r/o/s/roshanjonah
How Can i go to the path where i upload my files to...i use FTP but in FTP path it just shows / so i cannot go any further back than that...so using SSH how can i come to this path in ftp...
Thanks
Roshan
Hello;
I am using Tomcat 6 as application server, Struts-Hibernate and MyEclipse 6.0.
My application uses JDBC driver but I should modify it to use JNDI Datasource. I followed steps as described in tomcat 6.0 howto tutorial.
I defined my resource in tomcatconf:
<Resource name="jdbc/ats" global="jdbc/ats" auth="Container"
type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@//localhost:1521/MISDEV"
username="TEST" password="TEST" maxActive="20" maxIdle="10"
maxWait="-1" validationQuery="SELECT 1 from dual"
removeAbandoned="true"
removeAbandonedTimeout="30"
logAbandoned="false"/>
I gave reference in my application web.xml:
<resource-ref>
<description>Oracle Datasource example</description>
<res-ref-name>jdbc/ats</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
And I defined datasource-dialect in my hibernate-cfg.xml
<property name="connection.datasource">java:comp/env/jdbc/ats</property>
<property name="dialect">org.hibernate.dialect.Oracle9Dialect</property>
But when I create hibernate session, it can not open the connection:
09:18:11,322 ERROR JDBCExceptionReporter:72 - Connections could not be acquired from the underlying database!
org.hibernate.exception.GenericJDBCException: Cannot open connection
I also tried to set the properties at runtime:
Configuration configuration = new Configuration();
configuration.setProperty("hibernate.dialect", "org.hibernate.dialect.Oracle9Dialect");
//configuration.setProperty("hibernate.connection.datasource", "java:comp/env/jdbc/ats");
configuration.setProperty("hibernate.current_session_context_class", "thread");
configuration.setProperty("hibernate.connection.provider_class", "org.hibernate.connection.C3P0ConnectionProvider");
configuration.setProperty("hibernate.show_sql", "true");
sessionFactory = configuration.configure().buildSessionFactory();
It does not open connection again.
But, when I use JDBC driver it works:
Configuration configuration = new Configuration();
configuration.setProperty("hibernate.dialect", "org.hibernate.dialect.Oracle9Dialect");
//configuration.setProperty("hibernate.connection.datasource", "java:comp/env/jdbc/ats");
configuration.setProperty("hibernate.connection.url", "jdbc:oracle:thin:@//localhost:1521/MISDEV");
configuration.setProperty("hibernate.connection.username", "test");
configuration.setProperty("hibernate.connection.password", "test");
configuration.setProperty("hibernate.connection.driver_class", "oracle.jdbc.OracleDriver");
configuration.setProperty("hibernate.transaction.factory_class", "org.hibernate.transaction.JDBCTransactionFactory");
configuration.setProperty("hibernate.current_session_context_class", "thread");
configuration.setProperty("hibernate.connection.provider_class", "org.hibernate.connection.C3P0ConnectionProvider");
configuration.setProperty("hibernate.show_sql", "true");
sessionFactory = configuration.configure().buildSessionFactory();
I have been searching for 3 days and no success. What may be de problem?
We've struggled with the RAID controller in our database server, a Lenovo ThinkServer RD120. It is a rebranded Adaptec that Lenovo / IBM dubs the ServeRAID 8k.
We have patched this ServeRAID 8k up to the very latest and greatest:
RAID bios version
RAID backplane bios version
Windows Server 2008 driver
This RAID controller has had multiple critical BIOS updates even in the short 4 month time we've owned it, and the change history is just.. well, scary.
We've tried both write-back and write-through strategies on the logical RAID drives. We still get intermittent I/O errors under heavy disk activity. They are not common, but serious when they happen, as they cause SQL Server 2008 I/O timeouts and sometimes failure of SQL connection pools.
We were at the end of our rope troubleshooting this problem. Short of hardcore stuff like replacing the entire server, or replacing the RAID hardware, we were getting desperate.
When I first got the server, I had a problem where drive bay #6 wasn't recognized. Switching out hard drives to a different brand, strangely, fixed this -- and updating the RAID BIOS (for the first of many times) fixed it permanently, so I was able to use the original "incompatible" drive in bay 6. On a hunch, I began to assume that the Western Digital SATA hard drives I chose were somehow incompatible with the ServeRAID 8k controller.
Buying 6 new hard drives was one of the cheaper options on the table, so I went for 6 Hitachi (aka IBM, aka Lenovo) hard drives under the theory that an IBM/Lenovo RAID controller is more likely to work with the drives it's typically sold with.
Looks like that hunch paid off -- we've been through three of our heaviest load days (mon,tue,wed) without a single I/O error of any kind. Prior to this we regularly had at least one I/O "event" in this time frame. It sure looks like switching brands of hard drive has fixed our intermittent RAID I/O problems!
While I understand that IBM/Lenovo probably tests their RAID controller exclusively with their own brand of hard drives, I'm disturbed that a RAID controller would have such subtle I/O problems with particular brands of hard drives.
So my question is, is this sort of SATA drive incompatibility common with RAID controllers? Are there some brands of drives that work better than others, or are "validated" against particular RAID controller? I had sort of assumed that all commodity SATA hard drives were alike and would work reasonably well in any given RAID controller (of sufficient quality).
recommendations for ESX4 OS - VMFS version3:
matching: RAID-5 stripe size with VMFS block size? (64K, 128K etc)
enabled "adaptive read ahead, write-back" on PERC 6i
90% VMs on server are Windows (2008, 2003, Vista etc, SQL 2005 etc)
i have read that smaller stipes are good for writes and larger for reads. Since this is virtual env, not sure whats good.
Solaris Korn Shell
I am writing sql reports to an oracle database, spooling them to a file and emailing them with mailx. I use the syntax below. The reports do not format properly, unless I use the Courier New font. How do I set this with mailx?
mailx -s "MY REPORT, date +'%D %r " -r "REPORTING SYSTEM" [email protected]< /mydir/mysql.log /dev/null
Dear All,
I am unable to configure reporting server with sql server 2005 express edition. I have posted the link of a screen shot which shows the status.when ever i go to configure the reporting services it gives me the following errors(see screen shot)...also unable to start the reporting services.It starts and then stopped automatically....
I am using windowsxp professional.....
Need help...
thanks.
![alt text][1]
http://www.freeimagehosting.net/image.php?8977c7f37a.jpg
I have a bash script that runs on our shared web host. It does a dump of our mysql database and zips up the output file. Sometimes the mysqldump process gets killed, which leaves an incomplete sql file that still gets zipped. How do I get my script to 'notice' the killing and then delete the output file if the killing occurred?
I'm using myphpadmin to manage the databases and I'm new to SQL in general. Am I suppose to keep an open anonymous user on localhost so things like drupal can access mySQL? It seems like having a non-passworded root on my server's hostname is retarded but I don't know what I'm doing with this in general. The user who's name starts with a b is the one I use to login and do things like make a database.
Good afternoon.
I liked to ask for aid ..
I have a SQL query too long to process. So I remembered to share in some stored procedures.
Now my doubt is as follows:
***Is there a way to attach the result of several stored procedures?***
Already a thank
I recently duplicated my XP "C" drive, using Retrospect.
When it finished, there were 6 errors. I checked the log and the 1st error referred to
Microsoft Security Essentials\Support\Applications.etl: Appears incomplete.
The other 5 errors referred to the Microsoft SQL Server.....\MSSQL\log_...trc: Appears incomplete.
Is this a problem that can be solved by reinstalling Microsoft Security Essentials? Or wht else? Any help appreciated, Regards,
Very slow processing using Windows Server2008 R2 Standard with Service Pack One.
Situation:
Read a text file using the text data to populate a series of MS Sql tables. The converted data is used to generate monthly PDF invoice files; the PDF files are saved directly to the hard drive. The application is multi-threading with one thread used for the text conversion and three threads for PDF invoice generation. The text conversion is occurring concurrently with the invoice generation.
Application Software:
C# using Microsoft Visual Studio 2010 Ultimate.
Crystal Report Writer 2011 with runtime 13_0_3 64 bit version.
Targeted platform is x64; also tested as x86, and Any CPU with similar results.
Microsoft .NET Framework 4.0.
Microsoft Sql 2008
Issue:
The software is running very slowly. The conversion of the text file is approximately six hundred fifty records per second and generation of the PDF files is approximately twelve invoices per minute. The text file to be converted is six hundred Meg with seven thousand invoices to be generated.
The software was installed on three different machines from the same distribution files. The same text file was converted on each machine. The user executing the application was an administrator on each machine. The only variances were the machine and operating system. The configurations are as follows:
Server:
Operating System: Windows Server2008 R2 Standard 64-bit (6.1, Build7601) SP1
Service Pack:
System Manufacturer: IBM
System Model: System x3550 M3-[7944AC1]-
BIOS: Default System BIOS
Processor: Intel® Xeon® CPU E5620@ 2.4GHz (16 CPUs)
Memory: 16384MB
Notebook:
Operating System: Windows 7 Home Premium Standard 64-bit (6.1, Build7601)
System Manufacturer: Hewlett-Packard
System Model: HP Pavilion dv7 Notebook PC
BIOS: Default System BIOS
Processor: AMD Phenom II N640 Dual-Core Processor 2.9GHz (2 CPUs)
Memory: 6144MB
Desktop:
Operating System: Windows 7 Professional 64-bit (6.1, Build7601) SP1
System Manufacturer: Dell Inc.
System Model: OptiPlex 960
BIOS: Phoenix ROM BIOS PLUS Version 1.10 A11
Processor: Intel Core™2 Quad CPU Q9650 @3.00GHZ (4 CPUs)
Memory: 16384MB
Processing results per machine:
The applications were executed seven times with the averages being displayed below.
Machine Text Records Invoices Generated
Converted Per Minute Per Minute
Server (1) 650 12
Notebook 980 17
Desktop 2,100 45
(1) The server is dedicated to execution of this application; no additional applications are being executed.
Question:
Why is the server performance so poor? What can be done to improve the speed of the server?
I restored a Production system to a Test system. The test system is using a different OU in Active Directory & a different security group in SQL database security then production. Although this setup works, when I diable a user in the test system, they cannot run a report in the production system! What can I try?
I restored a Production system to a Test system. The test system is using a different OU in Active Directory & a different security group in SQL database security then production. Although this setup works, when I diable a user in the test system, they cannot run a report in the production system! What can I try?
Looking to install php on a 08 box already holding iis/sql box. I've tried the webinstaller a couple times but the installer locks before completion or managing to echo any sort of error message.
Before hunting down a manual install how-to i wonder if the box is trying to tell me something i should be paying attention to. PHP running alongside IIS _must be supported or one would expect that error message to be kinda high on the list.
any gochas to beware of?
thx
What MySql client are you using for Linux. I currently use PhpMyAdmin and the Mysql Query Browser but I would like something similar to Toad or HeidiSql that I use on windows. One with SQL code completion.
Why does my website not load if I type:
example.com
But it does work when I type:
www.example.com
Is this a setting in IIS?
We are using ASP.NET 3.5 with a SQL Server database.
Thanks in advanced!
I email out daily sales reports via SQL Server Reporting Services. However, a few users receive on iPhones and the reports don't reload when a new one comes in. It thinks it is the same file as the previous day's report. Is there a way to clear the cache or force a reload?
I'm looking for recommendations for an easy to use reporting/business intelligence tool that can interface with an sql server or access database. It can be web-based or a desktop tool.
Ideally it would be freeware or low cost, and easy to use for users who are not that technically savvy (below the level of someone who can generate reports and complicated queries in Access).
Any tools I've seen so far (such as Crystal Reports) are either too expensive or too complicated to use for non-power users.
I asked this question in stackoverflow and it was suggested to try here so here goes...
I'm planning on provisioning a web server and database server in a server farm environment. They will be in the same network but not in the same domain, both windows server 2008 and the database server is sql server 2008. My question being, what is the best way to secure data in transport between the servers? I've looked into IPSEC and SSL but not sure how to go about implementing either.
Are there any good graphical tools (preferably free) for navigating a MySQL database? I find myself doing a lot of the same SQL queries to look at data in the tables. I would imagine there's a GUI for doing this that makes life easier. Any one know of such a thing?
Thanks a lot.