Gern Blandston

1,652
Reputation
250 views

Registered User

Name Gern Blandston
Member for 1 year
Seen 4 hours ago
Website
Location
Age
Nov
9
awarded  Notable Question
Nov
8
awarded  Popular Question
Nov
3
awarded  Tumbleweed
Oct
27
revised Creating a mock DAO object that returns my Entity class for testing?
deleted 4 characters in body
Oct
27
asked Creating a mock DAO object that returns my Entity class for testing?
Oct
16
asked Basic NMock database examples for CRUD application
Oct
16
comment Advantages of using SQLDataReader over a reader that implements IDatareader?
Thanks, Johannes. Why should SQLDataReader be faster?
Oct
15
asked Advantages of using SQLDataReader over a reader that implements IDatareader?
Oct
15
asked Where should I be creating the entity objects?
Oct
10
awarded  Notable Question
Oct
8
comment Does the number of columns in a view impact performance?
I ran two SELECTs against the view, 1 with 10 columns, 1 with all columns and watched in Profiler. They both had the same number or reads, but the duration and CPU were both much smaller for the query with fewer columns selected.
Oct
5
comment Does the number of columns in a view impact performance?
They are stored procedures on the server called by asp.net app.
Oct
5
comment Does the number of columns in a view impact performance?
Are 190 superfluous columns in a view that are not referenced a bad thing?
Oct
5
asked Does the number of columns in a view impact performance?
Sep
28
asked Webservice/Entity objects or datareader for my winform app?
Sep
17
asked What happens to the transaction in this SQL if it’s not committed?
Sep
17
awarded  Nice Question
Sep
16
awarded  Yearling
Sep
11
asked How to pass variable from grid to new page without loading the first grid again
Sep
10
asked Console application questions (build release/ not loading solution file)
Aug
27
awarded  Popular Question
Aug
19
asked Database backup - differential file size question
Aug
4
awarded  Popular Question
Jul
28
revised Datareader or Dataset in Winform with long trips to database?
Database version
Jul
27
asked Multiple SQlCommand.ExecuteReader calls or do it once with datareader.NextResult()?
Jul
26
comment Datareader or Dataset in Winform with long trips to database?
How would I compress the query result on the server?
Jul
25
asked How to map foreign key attribute tables to a business entity
Jul
24
asked Datareader or Dataset in Winform with long trips to database?
Jul
23
asked Strategy for keeping semi-static data fresh
Jul
21
asked How to maintain multiple code development paths?
Jul
21
asked Use temp variable or inline in this example?
Jul
16
asked UI Advice: how to design a form with a lot of data
Jul
13
comment SQL Dynamic Pivot - how to order columns
Thanks, Joel. I hadn't seen it, but I'll check it out!
Jul
13
comment SQL Dynamic Pivot - how to order columns
Ahhhhh! The 'MIN(BucketNum)' bit was what I needed!! Thank you, thank you!
Jul
13
asked SQL Dynamic Pivot - how to order columns
Jul
11
awarded  Popular Question
Jul
6
revised Creating batched sql statements
added 5 characters in body; edited tags
Jul
6
comment Creating batched sql statements
Is the correct approach then to cleanse the original source file into another flat file and then use the SqlBulkCopy class?
Jul
6
asked Creating batched sql statements
Jun
30
awarded  Notable Question
Jun
27
comment LINQ-to-SQL vs stored procedures?
@Chris: the security issue you speak of is easily solved using views and roles.
Jun
11
asked How to read this regular expression pattern?
Jun
10
comment SQL WHERE excluding records using AND and NOT
Doh! I tried the OR, and I thought I was getting incorrect results. Tried it again and you are correct.
Jun
10
asked SQL WHERE excluding records using AND and NOT
Jun
8
asked What are the different ways to replace a cursor?