If you upgrade older .NET sites from 1.x to 2.x or greater, you may encounter this error when you have configuration settings that look like…
Keep Reading →
I've been working a bit on cleaning up a large table to make it more efficient. I pretty much know what I need to do at this point, but I…
Keep Reading →
Last Updated: May 2024 One optimization you can make to a SQL table that is overly large is to change from nvarchar (or nchar) to varchar…
Keep Reading →
A recent SEC proposal(which, at over 600 pages, I haven’t read in any detail) includes the following: “We are proposing to require the…
Keep Reading →
When working with SQL Server Management studio, if you use the Design view of a table and attempt to make a change that will require the…
Keep Reading →
I’m doing some work to migrate and optimize a large-ish (40GB) SQL Server database at the moment. Moving such a database between data…
Keep Reading →
My wife got me a Nikon D3000 camera for Christmas last year, and I'm loving it but still trying to wrap my head around some of its features…
Keep Reading →
I just installed VirtualBox, which I want to try out based on recommendations from peers for running a server from within my Windows 7 x6…
Keep Reading →
Quick tip I just figured out (no R# installed yet) when using VS2010’s test runner. If you want to just use the keyboard, then you can use…
Keep Reading →
Last week I was in Vegas to present at the DevConnections/ VS2010 Launch event. The show was well-attended and everybody I spoke to agreed…
Keep Reading →
- ← Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169 Next Page →