cdeszaq

1,835
Reputation
171 views

Registered User

Name cdeszaq
Member for 1 year
Seen yesterday
Website
Location US
Age 22
Oct
26
comment I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005?
@netadictos - office.microsoft.com/en-us/visio/… should provide you the info you need about the Enterprise Architect version
Oct
26
comment Using Database entries to dynamically create a visio diagram
Perhaps it would be useful to post the relevant parts of the database schema?
Sep
30
asked When to use a key-value data store vs. a more traditional relational DB?
Sep
28
comment How can I get an image to stick to the bottom of a div as the height of the div changes?
You are correct sir, the div that was actually changing was the parent of the div I had the image in, which didn't actually change. When I moved the images out a level, things work as expected.
Sep
28
asked How can I get an image to stick to the bottom of a div as the height of the div changes?
Sep
23
awarded  Yearling
Sep
21
answered How do I indent multiple lines at once in Notepad++?
Sep
21
revised How do I indent multiple lines at once in Notepad++?
Added more info; added 33 characters in body
Sep
21
answered How can I convert an existing website, deployed to multiple servers, to be SVN managed and not blow away user files?
Sep
21
revised How scaleable really is a web-services based architecture?
Fixed typos
Sep
21
asked How do I indent multiple lines at once in Notepad++?
Sep
11
awarded  Notable Question
Sep
9
comment What program can I use to generate diagrams of SQL view/table structure?
Link is broken. Can now be found here: embarcadero.com/products/er-studio
Sep
4
comment What is the resource impact from normalizing a database?
@GmonC - Yes, that is a great post, but I want to know how the resource usage will change from an unnormalized to a normalized version of the same database.
Sep
4
comment What is the resource impact from normalizing a database?
I can indeed think of other names for this database, and yes, it is an unnormalized database, as you say. Thank you for the clarification.
Sep
4
revised What is the resource impact from normalizing a database?
Added the "looking for what will change" idea
Sep
4
revised What is the resource impact from normalizing a database?
Added some context
Sep
4
asked What is the resource impact from normalizing a database?
Sep
2
asked Is merging a merge back a problem in subversion?
Aug
24
accepted Modification history in a file
Aug
19
comment Is there a tool to view merged revisions in Subversion?
Is there a free version of your tool? I could not determine that from the site.
Aug
19
comment Is there a tool to view merged revisions in Subversion?
This looks like what I am after, with a bit of tweaking, I think I can get it to work. If you have any more info on it, please share! I will post my results once I have some, good or bad.
Aug
18
revised Is there a tool to view merged revisions in Subversion?
Adjusted title
Aug
17
asked Is there a tool to view merged revisions in Subversion?
Aug
12
revised How do you fix a bug you can’t replicate?
Clarification
Aug
12
asked How do you fix a bug you can’t replicate?
Aug
12
revised How would you interpret these dates?
edited tags
Aug
12
answered How would you interpret these dates?
Jun
19
answered How can I determine the bottle neck on page load?
Jun
19
comment How can I determine the bottle neck on page load?
That was exactly it! If only I could accept a comment as the answer!
Jun
18
revised How can I determine the bottle neck on page load?
Added more browser info
Jun
18
comment How can I determine the bottle neck on page load?
YSlow doesn't profile the code execution, only the stuff being loaded. The load isn't the problem, it is something that the datepicker attachment is doing, because the slowdown is only there after DOMLoad.
Jun
18
asked How can I determine the bottle neck on page load?