Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #4K
~5K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for ankit1122

Instead you should probably wrap the group of queries in a MySQL transaction. The easiest way to go is to INSERT a record in the logging table if it's not yet present, and then check for that record

Member Avatar for steelbrain
0
295
Member Avatar for Lethugs

You can use the ROW_NUMBER() function to isolate the most recent rows by partitioning on the ID_NUM and ordering by the CREATED_DATE descending. Then identify the occurrences of more than one DELIVERY_TYPE = 2 to filter the result set:

Member Avatar for kgariando
0
323
Member Avatar for someoneelse

. Create a linked server in DB invironment, then create a SP to take care of it. 2. Get two DataSets for them, then merge two datatables into one based on usersID. or try this: SELECT a.userID, b.usersFirstName, b.usersLastName FROM databaseA.dbo.TableA a inner join database B.dbo.TableB b ON a.userID=b.userID

Member Avatar for kgariando
0
247
Member Avatar for AmrMohammed

Here’s what you need to do: Click on start->run and type %temp% and press enter (basically, go to the temp folder) Here, look for SQLSetup.log and SQLSetup_1.log. Open the SQLSetup_1.log file. In there, check for the following messages: 04/16/2012 17:16:47.950 Error: Failed to launch process 04/16/2012 17:16:47.952 Error: Failed to …

Member Avatar for kgariando
0
324
Member Avatar for radiancebox

You did not specify what RDBMS you are using but there are several ways that you can transform this data into the result that you need. If you are using a database that does not have a PIVOT function, then this can be done by using a UNION ALL query …

Member Avatar for kgariando
0
3K
Member Avatar for Maideen

Step 1 Select the data and turn it into a table Step 2 Select Power Query –> From Table to suck it in to Power Query Step 3 Un-pivot it

Member Avatar for kgariando
0
323
Member Avatar for Tuyizere

Just go into Access and create a query. Make sure that it works. Then plug the result into VB6. For how to create a query

Member Avatar for kgariando
0
150
Member Avatar for davy_yg

there is nothingthing wrong using underscores in naming table. I think you must check your preferences.

Member Avatar for kgariando
0
305
Member Avatar for Daemon_CC

Try to setup a master to master replication.Since MySQL replication is the process by which a single data set, stored in a MySQL database, will be live-copied to a second server.

Member Avatar for kgariando
0
216

The End.