I provide the article just follow the steps: Step 1 – Creating a MySQL database Log into the Mysql, Enter a database username and password of your choice, the database name will be your username with “db” appended to it, so if you created a database called “amazon” your database name would be “amazondb”. Step [...]
Here is my tweet @shillu13 Shilpa Venkateshwara I’m doing the @ITKE #NexusOne Challenge by asking and answering IT questions. You can too! http://bit.ly/7mBwGP
There is a way to repair ur damage database. Carefully read this before doing anything : Before you run the Compact and Repair utility on a database, make sure of the following: * Make sure that you have enough free storage space on your hard disk for both the original and the compacted versions of [...]
your q is not clear here properly. There r no of software that can support date format. what software do u use here? Excel / Java / C++ / VB ….. or others. plz give more details.
That all depends on how much data you can afford to loose and what sort of systems you have in place. For a small business the most common solution would be to use database mirroring to replicate the database to a DR site. Larger companies will use storage based replication or something similar to replicate [...]
Hi Melanie, I answered this http://itknowledgeexchange.techtarget.com/itanswers/odd-network-printing-issue/#viewquestion
infinite recursion and query optimization are pretty much mutually exclusive. If you can post the table design and the query (or a simplified version of it) it might help.
According to Carlosdl, ur q’s is not clear here or u have to provide more details. Though, I provide an eg, hope it will help u. 1. Dim myDate As Date, ExpiryDate As Date 2. rsDates.Open “SELECT TheDate FROM MyTableDates”, cnDate, adOpenStatic, adLockOptimistic 4 MyDate = rsDates!TheDate 6 ExpiryDate = Now 7 If MyDate < [...]
When setting up clustering for failover all hardware should be from the same vendor and they should be exactly the same. You don’t want to run into driver issues and support problems with multiple vendors. So keep it the same vendor and same hardware exactly to be on the safe side.
Are you referring to a DMP file created by the EXPORT utility ? If so, you can’t. Those files can only be read by the IMPORT utility.
I have the same question.. did you ever find a solution for this? all of the open source GPS web apps are for linux systems. thanks
True, they are. The problem was that I needed this: C/EXEC SQL SET OPTION commit=*none, closqlcsr=*endmod C/END-EXEC I did not know. Still not sure exactly what the commit=*none does but it works. Thanks Nick ================================================= <i>SET OPTION commit=*none</i> That tells SQL that you aren’t using commitment control for this program. If you don’t use commitment [...]
Here is an example using a command button on an Access2003 form PART CODE BASEPRICE ABRA OLD $250.00 CA MID $2.50 CA NEW $2.00 DA MID $200.00 BRA NEW $250.00 TRANSFORM Sum(tbl3Cols.BasePrice) AS SumOfBasePrice SELECT tbl3Cols.Code, Sum(tbl3Cols.BasePrice) AS [Total Of BasePrice] FROM tbl3Cols GROUP BY tbl3Cols.Code PIVOT tbl3Cols.Part; RETURNS CODE Total Of BasePrice ABRA BRA [...]
surely sap certification will help u to larger extent as it adds lot of value to the course compledted by you.COmpanies will look for the candidates having certifications.
No there’s no metric which will tell you how many times a query is run against the table. A lot more information is needed to figure out what the problem is. How many IOs are hitting the disk per second? How long are each of those operations taking? There are perfmon counters for both of [...]
See this <a href=”http://itknowledgeexchange.techtarget.com/itanswers/i-want-to-write-a-utility-which-will-read-domain-users-details-from-the-active-directory-and-dump-it-in-a-database/”>similar question</a> which recommends the use of the dsquery command. Here’s another tip that might help you from <a href=”http://itknowledgeexchange.techtarget.com/itanswers/editing-active-directory-users-offline/”>another ITKE user’s question</a>.
This can be perceived as a hacking question. There is no way to export the actual passwords from AD. All you can get from AD are the password hashes and that will have to be done directly on a domain controller. You can use dsquery or the excellent PowerGUI utility to get a list of [...]
Tom – thanks for the additional information. A Jakusz
Oracle and .NET are two very different paths to take. Oracle is a database product while .NET is an application programming language. While they are complimentary to each other you should be familiar with both in addition to SQL Server, MySQL, etc.
Excel Help says you can use a function called DATEVALUE. In an empty cell, type =DATEVALUE( then click the cell that has the Text date and then close the parenthesis and press ENTER. That gives you the serial number of the date, and you can use format to cause it to to look like the [...]





