Viewing 15 posts - 1,486 through 1,500 (of 3,221 total)
Start your reading here:
http://technet.microsoft.com/en-us/library/cc721270(SQL.100).aspx
Then continue here:
http://technet.microsoft.com/en-us/magazine/2008.04.overview.aspx
For additional information go to:
http://technet.microsoft.com/en-us/ms376608.aspx
and in the search block enter "server 2008 enhancements" and you will get a list of 57,000 yes 57 thousand articles...
January 30, 2011 at 4:21 pm
Basically the same QOD as a prior one in (so as not to give the answer away) too short a time period .... where by the way 77% answered...
January 29, 2011 at 2:35 pm
In addition to using energy consumption reduction efforts .. how about using arrays of solar panels to turn sunlight into electricity mounted of the roofs of the data centers, the...
January 29, 2011 at 2:01 pm
but there is no way customer service is not a core part of your business.
Before purchasing any expensive item .. such as a desktop computer, complete with monitor, keyboard and...
January 29, 2011 at 12:43 pm
Use
http://technet.microsoft.com/en-us/default
Input in the search block:
"create a msi package"
You will get a listing of 99,950 ways to do so using various techniques and software ... including items such as dot.net.
January 28, 2011 at 1:14 pm
Stefan Krzywicki (1/28/2011)
Brandie Tarvin (1/28/2011)
.
.
.
.
.
....of ....late. ....What's ...wrong ...with ...everyone's ....posting ....skills?
..or ...are ...we ...all ...really ....that ....bizzzzzzz .......
January 28, 2011 at 12:57 pm
Presume this is the error message returned:
Msg 102, Level 15, State 1,
Incorrect syntax near '>'.
Change that portion of your select statement from:
IF @BalanceMax=0 OR @BalanceMax IS NULL OR @BalanaceMin...
January 27, 2011 at 8:46 pm
I suggest reading this blog post by Steve Jones
You will have to scroll down quite aways, for the title
"Common SQL Server Mistakes – Multi Row DML Triggers" dated Sept...
January 27, 2011 at 7:46 pm
Jeff Moden (1/27/2011)
bitbucket-25253 (1/27/2011)
Yes I know...
January 27, 2011 at 11:55 am
Lots of unanswered questions
1. Do the users separate case numbers with commas?
2. Do the users separate case numbers input with one or more spaces?
3. Do valid case...
January 27, 2011 at 11:30 am
Use BOL (Books On Line) the help file for SQL Server.. MERGE statement
In SQL Server 2008, you can perform insert, update, or delete operations in a single statement using...
January 27, 2011 at 9:54 am
Jeff thanks again, going to be adding it to my tool box. Now wondering if that tool box should be renamed as "ToolboxbyJeffModen"
Yes I know the articles are...
January 27, 2011 at 9:33 am
Help us to help you.
Please post table definition(s), the T-SQL statement, sample data and the desired results using the sample data. For ease in doing this please click on...
January 26, 2011 at 2:28 pm
To help others help you with a tested solution, please post table definitions, sample data (suitably altered to hide sensitive information), required results.
For an easy method to do...
January 26, 2011 at 12:28 pm
Have you considered doing something like this:
SELECT EntryId, Entry, Description
INTO #T
FROM logentries
The INTO statement will create the temporary table.
January 25, 2011 at 5:19 pm
Viewing 15 posts - 1,486 through 1,500 (of 3,221 total)