Page 2 of 2

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:24
by Stuart
Trust rusty to find the G-string! :roll: :twisted:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:27
by Tribble
Thanks. I shall do this. This is one of my feeder tables and the other tables do have indexed fields. But I shall check that they are mainly int fields.

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:39
by Anakha56
Wow... :shock:

And the company is sending me on a SQL course! :shock: I am wonder if I should be scared...

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:42
by RuadRauFlessa
Anakha56 wrote:Wow... :shock:

And the company is sending me on a SQL course! :shock: I am wonder if I should be scared...
Why would you be scared?

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:42
by Tribble
Anakha56, If I can do what I need to without training - you should be fine. Methinks I should go on a course too.

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 13:45
by RuadRauFlessa
I never took a course. I learned what I did from DBA's at companies I worked at and from hands on experience.

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:00
by rustypup
RuadRauFlessa wrote:hands on experience.

<translation>
That gut-wrenching moment when the DB responds: "4,238,107 rows updated" :lol:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:14
by RuadRauFlessa
Yeah I actually had that only it was not "4,238,107 rows updated" it was more like "628,476,297 rows updated". Luckily from that experience I learned a couple of tricks how to recover the data without losing the users work from the last time a backup has been made. And that is also when you learn to comment out every line of code you write in SSMS even if it is something you intend to execute. You also learn from it to first write a select query to see what you are about to update for every update query you are writing so as to avoid updating the wrong things. :wink:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:19
by Tribble
Ah update query - that is what I am doing now.

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:24
by Anakha56
:lol: Reason for being scared so much typing to do! :P

I am being sent on a course because the SQL databases we use are all in a live enviroment and are constantly converting data from our customer into part orders for the different line's. Now I have to look after this "beast" and having no knowledge on SQL or this system makes me very nervous to play with it. If I crash it and stop the lines for a whole shift I am fired :(.

I think I will take the course Tribz because it would make life easier to learn than rather deleting something that I should not have...

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:27
by Tribble
Lol I agree. Just need to find the time. They need the modifications now.

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:31
by rustypup
@Anakha56: it will also benefit you to know that you can streamline backups by running a simple "drop database;" script just before the backup is scheduled to run... :twisted:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:32
by RuadRauFlessa
Nah you just have to be careful. The course is a good thing. You can always learn something so it is never a waste. + you will have something to put on a CV. :D

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:36
by Anakha56
rustypup wrote:@Anakha56: it will also benefit you to know that you can streamline backups by running a simple "drop database;" script just before the backup is scheduled to run... :twisted:
The twisted emoticon and Google have saved me from trusting the puppy :evil:

:P

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:43
by Tribble
Ronny keeps wanting me to Drop database too :twisted: I will get him for that :lol:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 04 Feb 2009, 14:49
by RuadRauFlessa
Anakha56 wrote:
rustypup wrote:@Anakha56: it will also benefit you to know that you can streamline backups by running a simple "drop database;" script just before the backup is scheduled to run... :twisted:
The twisted emoticon and Google have saved me from trusting the puppy :evil:

:P
:lol: :lol: :lol: :lol: :lol: :lol:

Re: Need to find a character - RUSTY SOLVED IT

Posted: 08 Mar 2010, 16:58
by qwiksilva666
Looking for tribble... Here kitty kitty kitty. :D


ON topic, well done rusty :P

Re: Need to find a character - RUSTY SOLVED IT

Posted: 09 Mar 2010, 09:22
by hamin_aus
Tribble wrote:

Code: Select all

USE [FAP]
Image

Re: Need to find a character - RUSTY SOLVED IT

Posted: 09 Mar 2010, 09:53
by lancelot
WOW, Well done Rusty, you are deserving of the accolade!
However this is now seen its bottom, cheers.