A timely response is always encouraged and just good customer service of course. Nothing worse than asking for help and then waiting hours or even days for a response. If you say someone will be with the customer shortly, don’t keep them waiting forever please! I don’t mind giving a level of severity. If I [...]
As others have suggested, the table needs to be broken up and normalized. In a salary application, I venture to state that about 70% to 80% of data is static month to month. Consequently your monthly replication of 27000 of rows (with 37 columns) is a not good design. You really need to take a [...]
The main problem in our area are ice storms, freezing rain, severe thunderstorms and tornados. Most of these result in power outages which is dealt with by UPS and backup generators. Now our company has experienced growth over the past decade to the point where we are now beginning to implement 2 co-locations for our [...]
Dynamic SQL is the only way that you’ll be able to do this. The code you have looks fine to me. [kccrosser] There are a couple of key things to do to speed this up – a LOT. 1. eliminate those “select top 1 …” queries. Those are causing a table scan and sort, where [...]
A series of stories.
check out http://msmvps.com/blogs/access/archive/2008/04/23/the-expression-on-click-you-entered.aspx and see if that helps.
you may need to play with the format a bit but under the criteria for query of that field give this a shot and adjust as need: >DateAdd(“m”,-52,[Enter date. I.E. June 2011]) My test field was defined as ‘Date/Time’ with a format of ‘Medium Date’
Queries like this can get tricky depending on your table design. If your table looks like this: <pre>CREATE TABLE MyTable (ParentId INT, ParentSequence INT, /*A number which is unique per parent*/ Value INT)</pre> You can do something like this <pre>SELECT * FROM ParentTable WHERE EXISTS (SELECT * FROM MyTable WHERE MyTable.ParentId = ParentTable.ParentId AND ParentSequence [...]
The question is not clear enough, and much more details are needed. What database ? What do you mean by “doesn’t respond” ? What tool are you running the query on ? Are you running the query from an application ? if so, what programming language ? Can you post your code ? and what [...]
Yep, sure did. Picked up one for me and one for the wife (got the bigger one for $150 each). Waiting for the hackers to get Android onto the devices which should just be a few more days.
Fixing SQL Injection requires that you verify all values which your web application is sending to your database. Fixing the data requires that you go through all the data removing the changes that an attacker puts into the data. I talk about this in my book “<a href=”http://securingsqlserver.com/”>Securing SQL Server</a>”.
Hey All, Check out my answer for <b><a href=”http://itknowledgeexchange.techtarget.com/itanswers/server-2003-adding-mac-and-pc-to-same-domain/#viewquestion”>Windows Server 2003 adding MAC and PC to same domain</a></b>. Hope this helps! Paul NetLock Systems
Hey Guys, It looks like I shot myself in the foot. I guess I didn’t understand the directions lol. In any event, if anyone is interested, I answer the question <a href=”http://itknowledgeexchange.techtarget.com/itanswers/permmissionswindows-7-pro/”><b>Windows 7 Professional permissions</b></a> Thanks Paul NetLock Systems
The answer is in the question. Avoid Fads. Full stop. ‘Data Centre’ = Computer Bureaux of the early 1970′s ‘Cloud Computing’ – see above. ‘Object oriented’ – refer to ‘subroutines’ ‘Thin Client’ – oh, you mean a terminal…. One of the latest fads si to conduct surveys of course…. Enough..
Answer by Randym: Click the Office button at the top left and select Access Options on the bottom. Go to Current Database and uncheck Display Navigation Pane.
Can you elaborate on the issues from V5R4? What issue? Any idea on causes?
Hello NewnanIT, To be able to help you, you need to provide some detail about your issue. Can you please tell us why you can’t access you database or SQL Server Management Studio? Is this a login related problem? Bad user name or password? You can’t log on locally to that server? Please post back [...]
Why not to use the Months_Between function: Firstly you should visit <a href=”http://www.sql-performance-tuning.com/oracle-sql-functions/”>this</a> website, where you will find complete list of Oracle sql functions and <a href=”http://www.sql-performance-tuning.com/oracle-date-format/”>this</a> website where you will find complete list of Oracle date format elements. This should also help you for your future work. <b>SQL function MONTHS_BETWEEN</b> The MONTHS_BETWEEN function calculates [...]
Just open the Access database. The Database file shouldn’t care if the application which is using it is x86 or x64.
Planning ahead is key. Servers are getting smaller and smaller so you’ll need more and more power and cooling available per rack the longer the data center will be up and running. One company I worked at didn’t plan well and could only use 3/4 of each rack in the data center because there wasn’t [...]





