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 #4K
~3K People Reached
Member Avatar for hcarroll08

i have tried all i know how to do! i have a wireless router for my desk top and i have a connection on my laptop but can not get it to browse the internet. what should i do?

Member Avatar for caperjack
0
151
Member Avatar for SQL_n00b

Lately my computer has been getting slower by the day. Attached are images of the 'Processes' tab in the task mgr. Image 1: List of processes sorted by CPU Image 2: List sorted by Memory Usage If you look at image 1, the System Idle Process CPU Usage = 92%. …

Member Avatar for gerbil
0
440
Member Avatar for j30rider

I like to watch a lot of movies online. Well used to anyways. For some reason when I go online to StageVu or another site, even Youtube, my computer freezes during the movie/video no matter how long it is and becomes unresponsive. If I can get through a whole movie/video …

Member Avatar for j30rider
0
302
Member Avatar for SQL_n00b

One of the UPDATE queries I am trying to run is not quite working the way I want it to. I know this query is the culprit, but can't quite figure out how to fix it! Here's the story: ------------------------------------------------------- I have 3 tables: let's call them tblUsers, tblDueVisits and …

Member Avatar for kplcjl
0
237
Member Avatar for SQL_n00b

I have a table in which I have an auto-increment int ID column. Can I set this column to pad the zeroes at the beginning so as to store them as, say, 0001 instead of 1, 0002 instead of 2, and so on? Subsequently, when the table reaches 10 entries, …

0
60
Member Avatar for SQL_n00b

The title to the thread pretty much describes what I am getting stuck at. I was able to create a procedure successfully, but everytime I try to execute it, I get an error:[QUOTE]The EXECUTE permission was denied on the object 'sp_OACreate', database 'mssqlsystemresource', schema 'sys'.[/QUOTE] Logically speaking, if the DB …

Member Avatar for SQL_n00b
0
422
Member Avatar for SQL_n00b

What is the best way to update a record when 2 users of my site happen to edit it simultaneously? For example, assume the following scenario: Let's say users John Doe and Jane Doe log into my site and happen to view the below record simultaneously. --------------------------------------------------------------------------------- Bruce Wayne | …

Member Avatar for buddylee17
0
141
Member Avatar for SQL_n00b

Not quite sure whether this is a question for the server side programming forum or for SQL forum. Nevertheless, here it is: What is the best way to update a record when 2 users of my site happen to edit it simultaneously? For example, assume the following scenario: Let's say …

Member Avatar for sknake
0
146
Member Avatar for SQL_n00b

I have been reading up quite a bit on the topic of Stored Procedures (SPs) and keep coming across contradicting opinions from various 'SQL experts' on whether or not they should be used. Sometimes it's a downright 'No' ([I]Frans Bouma's[/I] Blog for example -- google the term for the article), …

Member Avatar for SQL_n00b
0
192
Member Avatar for SQL_n00b

I have a table that has various rows of data grabbed from a table in my DB. 3 of the columns display the queried data. The last column, however, contains text fields for the user to hand-enter values. When the user hits the Submit button, all of the values entered …

Member Avatar for SQL_n00b
0
124
Member Avatar for SQL_n00b

Can someone please help me figure out what I am doing wrong? Basically I have a form where users enter a bunch of values. On submit, the form values are dumped into a table in the DB. The process is as follows: Users enter a set of values TWICE for …

Member Avatar for SQL_n00b
0
133
Member Avatar for cheapterp

I have a table off which I need to parse out the data using certain criteria. The table contains 3 datetime columns called '[B]ReadingTakenOn[/B]', '[B]StartedOn[/B]', and '[B]StoppedOn[/B]' Here's the criteria for selecting the records: The Dates in the 'ReadingTakenOn' column should lie between the Start Date and Stop Dates (both …

Member Avatar for mail2saion
0
169