Viewing 15 posts - 436 through 450 (of 2,436 total)
Here are the highlights of my commuting career (not in chronological order):
Best commute - now in OK - 3.3 miles to work in 8 minutes, home in 12 minutes (due...
July 9, 2008 at 11:08 am
I just had to find out ...
create table tempdb..test ( col1 bigint identity(1,1))
go
set identity_insert tempdb..test on
go
insert into tempdb..test (col1) values (9223372036854775807)
...
July 7, 2008 at 2:54 pm
Curte question ... a fairly obvious solution ...
However, why would one do such a thing ?
July 7, 2008 at 11:53 am
I would first upgrade to SP4 since SP3 support lapsed in July of 2007. Also, I would also check my OS patch levels as well. MS PSS will then be...
July 7, 2008 at 9:27 am
Excellent article James.
It should be required reading as entry criteria to join SSC !
July 2, 2008 at 12:01 pm
Congratulations to you both for the justly earned and deserved recognition.
July 2, 2008 at 11:54 am
I dunno ... odbcconf /? does not appear to give an option in the pop-up dialog box. Maybe google can be your friend on this issue ...
July 2, 2008 at 11:19 am
You are executing SQL Server 2000 w/SP4. What OS is it on ? Are there any anolalies in the System Security Event logs ?
July 2, 2008 at 11:17 am
yet another way 'to skin' the SQL cat:
select replace(convert(char(11),getdate(),113),' ','-')
😉
June 27, 2008 at 11:15 am
Granted there are lots of reasons to justify how one became a DBA. However you cut it, it is both scary to the under educated and under experienced but on...
June 25, 2008 at 7:54 am
I vote for Systems Engineer/Database Administrator ...
Your duties resemble those I had at a healthcare provider and that was my title. But be wary, it sounds cool but it is...
June 24, 2008 at 3:22 pm
Viewing 15 posts - 436 through 450 (of 2,436 total)