Viewing 15 posts - 826 through 840 (of 2,904 total)
SQL Server recognizes that as a valid date (Dec 1 2004 12:00AM). So, from here it depends on what you want to do. Do you just want to display...
November 10, 2006 at 2:11 pm
Homebrew,
You really should have started a new thread on this, but....
http://keepass.sourceforge.net/
-SQLBill
November 10, 2006 at 9:14 am
quote: The sys admin team let me get on to the box as a Domain Administrator on the old domain.
But that box is no longer a part of that domain....
November 9, 2006 at 9:19 am
If you are talking about the SQL Server Error logs...
sp_cycle_errorlog
will do the job. That closes out the current one and opens a new one. The closed out one...
November 8, 2006 at 7:55 pm
If the server got set to use Windows Authentication Only, then the SA account won't work.
No matter what the server is set for, have the system admin give you a...
November 8, 2006 at 11:54 am
So submit a QOD. The site owners don't come up with the questions, we the members do. They can only post what they get. Obviously someone sent them...
November 8, 2006 at 11:49 am
Currently the output is intended to go to Query Analyzer.
/* Purpose: This procedure returns a custom data extract that can be */
/* copied from query analyzer into Excel for further...
November 7, 2006 at 3:21 pm
How are C_CLAIMTOT values being stored? Are they stored with the money symbol ($, etc), are they stored with a comma ($1,000). If so, I'm pretty sure that it's being...
November 7, 2006 at 3:15 pm
It's in India (the capital city of Andhra Pradesh - from Wikipedia)
Vinod,
It looks like you are using Oracle. This website is for Microsoft SQL Server. I suggest you find an...
November 2, 2006 at 10:43 am
Here's probably the trouble: We are not using the Agent backup option.
I've never used Bridgehead, but I've used Veritas' Backup Exec and they also have an Agent for...
November 1, 2006 at 12:25 pm
Nope...a log backup is all the transactions since the last backup of any kind. If you do a log backup after a differential - the log has the transactions...
November 1, 2006 at 7:37 am
If every name were:
lastname comma space firstname space initial.
All you would need to do is create a variable @thename:
1. put the fullname in there
2. copy all upto the comma into...
October 30, 2006 at 4:47 pm
It depends. Can I still support myself and my family? My wife worked for one of those three letter U.S. government jobs and hated it. She wanted to...
October 30, 2006 at 4:08 pm
What do your tables look like? And it would help to see some sample data and the result(s) you want from that data.
-SQLBill
October 30, 2006 at 3:59 pm
It won't happen. Why not? Some of the largest users of SQL Server are the federal government and they do not allow IM. Most people don't realize the real...
October 30, 2006 at 1:54 pm
Viewing 15 posts - 826 through 840 (of 2,904 total)