Viewing 15 posts - 10,291 through 10,305 (of 26,489 total)
rodjkidd (8/6/2012)
Koen Verbeeck (8/6/2012)
opc.three (8/5/2012)
WayneS (8/3/2012)
Steve Jones - SSC Editor (8/3/2012)
FYI, since some of you submit questions. I'm no longer accepting images of code.Please feel free to debate me.
First, I...
August 6, 2012 at 8:31 am
pkaraffa (8/4/2012)
August 4, 2012 at 4:47 pm
Jeff Moden (8/4/2012)
drew.allen (8/3/2012)
August 4, 2012 at 12:20 pm
dji (8/3/2012)
ColdCoffee (8/3/2012)
dji (8/3/2012)
August 3, 2012 at 4:14 pm
FromDate ToDate
'2000-01-01' '2000-01-15'
'2000-01-10' '2000-02-10'
'2000-01-02' '2000-01-03'
Looking at the values above,...
August 3, 2012 at 3:13 pm
You could add in playing schedules between teams, what fields/courts/etc, referee (officails) assigned. What else can we think of before we total scare off the OP.
To the OP, really,...
August 3, 2012 at 3:03 pm
And start at a logical level first. Determine what things you need to track or store information about, then what kind of information do you need to store for...
August 3, 2012 at 12:19 pm
Once you make the change, SQL Server has no way to know what changed. Capturing the change script using the designer is one way. The only other way...
August 3, 2012 at 12:16 pm
Have you read this?
http://msdn.microsoft.com/en-us/library/ms175536(v=sql.100).aspx
I realize it isn't much, but it is a place to start. Also, you may want to check out the other links here:
http://www.bing.com/search?q=SQL+Server+VSS+Writer&src=IE-SearchBox&FORM=IE8SRC
August 3, 2012 at 12:14 pm
rabisco (8/3/2012)
Lynn Pettis (8/3/2012)
August 3, 2012 at 12:04 pm
Brandie Tarvin (8/3/2012)
Anyone have a million dollar winning lottery ticket...
August 3, 2012 at 11:01 am
hoseini_akram (8/3/2012)
How a float datatype (for example, 3.7854398123234) in 2008 Sql server2008R2 will Round (for example, be converted to 3.785)
in The following command:
update dbo.tblgas01g4c40
set DailyConsumption = Convert (float,Consumption)/convert(float,FindDiffRead)...
August 3, 2012 at 10:47 am
You will need to flatten the data. Look at 5001, that is the same thing you will need to do for 5004 and 5005 if you want all the...
August 3, 2012 at 10:45 am
How do you make those changes in development? If you use an ALTER TABLE statement that you write, you would need to use that same script in Test, QA,...
August 3, 2012 at 10:42 am
R2E2 (8/3/2012)
Lynn Pettis (8/3/2012)
The function dbo.fnRubricDomainScoresMarzano is a multi-statement table valued function. What this means is that the function does not return its value...
August 3, 2012 at 10:32 am
Viewing 15 posts - 10,291 through 10,305 (of 26,489 total)