Viewing 15 posts - 3,796 through 3,810 (of 4,272 total)
You might look at:
http://www.sqlservercentral.com/Forums/Topic764448-146-1.aspx
I've done what you are talking about in only a slightly different way.. What is your source control system? I have primarily used VSS and...
August 21, 2009 at 10:32 am
Are you capturing when a package starts only or when it starts and ends. I'm wondering if it is taking 20 minutes to complete that package..
CEWII
August 21, 2009 at 10:25 am
update T1 set entrydate = '2009/08/19 06:00:00'
OR
update T1 set entrydate = DATEADD( hh, 6, entrydate )
CEWII
August 21, 2009 at 7:49 am
First Kay, I am, going to call into question the source control approach, SQL objects ought to be in ... SQL Servers.. I am curious what the justification is...
August 21, 2009 at 7:42 am
vkelman (8/20/2009)
August 20, 2009 at 10:02 am
Jeff Moden (8/20/2009)
Elliott W (8/20/2009)
Well said Jean-Sebastien, well said.CEWII
You need to go back and look at my code then. I've not suggested the creation of every possible IP address.......
August 20, 2009 at 9:51 am
Pretty much.
http://msdn.microsoft.com/en-us/library/ms190673(SQL.90).aspx
"AWE is not needed and cannot be configured on 64-bit operating systems."
CEWII
August 20, 2009 at 9:43 am
Well said Jean-Sebastien, well said.
CEWII
August 20, 2009 at 8:10 am
The more I've thought about this the more I wonder why this is needed, the application or the stored procedures that write the data should be checking this at the...
August 20, 2009 at 8:07 am
Neither PAE or AWE have any effect and are not needed with 64-bit.
CEWII
August 20, 2009 at 8:01 am
No you can't.
You only need to break out the flows that are dependent, so unless you have some huge chain of table relationships, you will probably end up with 3-5...
August 20, 2009 at 8:00 am
I *might* accept limited t-sql knowledge from a jr DBA, but NEVER from a Sr. Basically if the GUI can't do it, then neither can you. Also, what...
August 20, 2009 at 7:54 am
The cool thing about this is that you can easily search the addresses within just 1 of the four parts (or any combo thereof).
Is this something you do a lot?...
August 19, 2009 at 10:56 am
The methodolgy is the same regardless of the source. Try to find a column that reflects a date that the field was last changed in any way, if you...
August 19, 2009 at 9:15 am
Is the archive on the same server? If so, Steve has the right approach. If not it gets more complex.
One note: if the schema changes you have to...
August 19, 2009 at 8:44 am
Viewing 15 posts - 3,796 through 3,810 (of 4,272 total)