Viewing 15 posts - 17,161 through 17,175 (of 26,489 total)
A few more opinions here would be welcome.
January 29, 2010 at 8:54 am
Has the question been changed? I just answered it and it specified SQL Server 2005/2008, in a just opened connection (no other commands run).
I was surprised that it would...
January 29, 2010 at 8:44 am
Do you have the /PAE switch in your boot.ini file on the server?
January 29, 2010 at 8:31 am
Alan. T. (1/29/2010)
January 29, 2010 at 8:21 am
So, you have 64 bit hardware running 32 bit OS and SQL Server? If this is the case, then yes. Backup all your databases, make several copies of...
January 29, 2010 at 8:16 am
Lowell (1/29/2010)
SELECT a.ID, RTRIM(LTRIM(a.ID)) as fID,
a.demID,
b.mid AS gp,
c.mid AS op,
d.mid AS oom,
e.mid...
January 29, 2010 at 8:04 am
Can you give us a bit more information as to what you are looking for here? For the most part, moving from 32 bit to 64 bit is quite...
January 29, 2010 at 7:39 am
Without table defs (CREATE TABLE statements), sample data (as a series of INSERT INTO statements), all I could come up with is this:
select
c.CustomerID,
...
January 29, 2010 at 7:33 am
Where do the database files (mdf/ndf/ldf) exist on the source server and what are their logical names?
January 28, 2010 at 1:49 pm
If the new server is a different configuration, you will need to use the MOVE clause in the restore to move the files to their new location on the new...
January 28, 2010 at 12:21 pm
Tara-1044200 (1/28/2010)
I need to select a VArchar field where in it has any numbers.
select ... where varcharcol like '%[0-9]%'
Does that help?
January 28, 2010 at 11:48 am
Take a close look at the frequency portion when you select Monthly.
You can run it a job on a given day of every < number > months. If you...
January 28, 2010 at 11:08 am
GilaMonster (1/28/2010)
CirquedeSQLeil (1/28/2010)
We meet second Thursday of each month. Pacific Time zone.
Same as Seattle? That puts you 10 hours behind me. So if you meet at 7pm, it'll be...
January 28, 2010 at 10:59 am
Have you looked at exporting the SSIS package to the file system? I haven't done this, as our SSIS packages are also stored in VSS and if we need...
January 28, 2010 at 10:53 am
Not necessarily. Concepts are important. Concepts move easily between industries. If you know/understand the concepts, you can easily learn the details. There may be differences, but...
January 28, 2010 at 10:31 am
Viewing 15 posts - 17,161 through 17,175 (of 26,489 total)