Viewing 15 posts - 1,201 through 1,215 (of 3,061 total)
ironoverload (2/2/2011)
4 Tables t1-t4, t1-t3 each have unique records that when entered into 3 fields in t4 produce a combined unique record.
t1
Field1(PK)
t2
Field1(PK)
t3
Field1(PK)
t4
t4.Field1=t1.Field1
t4.Field2=t2.Field1
t4.Field3=t3.Field1
The result of...
February 4, 2011 at 8:07 am
yasirbc (2/3/2011)
I just figured it out, I had to use this format(TimeStamp >='2011-01-03 010:00:00' AND TimeStamp <='2011-01-03 012:00:00')
I do prefer the "between" notation but that's just me 🙂
February 3, 2011 at 12:50 pm
varunkum (2/2/2011)
Thank you now i understand. My code is actually right.
Indeed but, report may be showing there is a procedural issue in some place in the organization - business has...
February 3, 2011 at 12:46 pm
Roust_m (2/1/2011)
The replication is configured so not to drop the table if it exists,...
February 1, 2011 at 9:30 pm
odeonkreel (2/1/2011)
I run a Full backup on all databases on my SQL 2008 Server. I do this once a week.My question is, should I be backing up the TransLogs too?
It...
February 1, 2011 at 4:02 pm
shitaljagtap610 (1/30/2011)
January 31, 2011 at 9:52 am
jared-709193 (1/29/2011)
January 29, 2011 at 8:40 pm
prassu.ibm (1/29/2011)
Creating a table in a single file
define "file"...
...is it the file where you store your ddl script?
...is it file as in filegroup?
...etc, etc, etc...
...what is it?
January 29, 2011 at 4:44 pm
jared-709193 (1/28/2011)
January 29, 2011 at 4:41 pm
shitaljagtap610 (1/28/2011)
January 29, 2011 at 3:07 pm
knight.randy (1/27/2011)
January 28, 2011 at 8:48 am
I'll run a single select getdate() populating a local variable then use that local variable during insert. Less overhead and you will ensure value is the same in all affected...
January 26, 2011 at 1:56 pm
tomiboy59 (1/26/2011)
... I think testing backups is something good to (do) from time to time anyway.
... and you are absolutely correct.
How to do it? Follow Lowell's guidelines then open "sandbox"...
January 26, 2011 at 1:53 pm
Resender (1/26/2011)
Nevermind found the solution
Good for you! would you mind in sharing? other people may benefit from it 🙂
January 26, 2011 at 8:56 am
veena.jokhakar (1/18/2011)
I have a database that contains industrial data. Now there are 2 tables
1st: Aim_chemistry : that contains act amount of elements that should be used like...
January 25, 2011 at 11:18 am
Viewing 15 posts - 1,201 through 1,215 (of 3,061 total)