Viewing 15 posts - 3,661 through 3,675 (of 3,738 total)
I'm not sure if I understand you question but you need to ectract the Datetime value from a column in a table correct?
If so assign this value to a Global...
February 4, 2010 at 5:07 am
I did not see a clustered Index, not that is related to you problemn but why is that?
I see that you have an index that consist of 4 columns and...
February 4, 2010 at 5:01 am
You can store an Access mdb to a share that does not have Access installed on it but the host Access the mdb file must have the Acces Jet Engine...
February 4, 2010 at 4:47 am
Have you included a data conversion task between the source and destination?
February 4, 2010 at 4:37 am
Another article from Microsoft:
February 4, 2010 at 4:30 am
Pinal Dave has an article that describes how to do this:
February 4, 2010 at 4:27 am
Have you checked CPU Utilization, Memory Avg Disk que Lenght, Reads, Writes, etc and made a comparison between when the system was performing well and compared that benchmark to when...
February 4, 2010 at 4:22 am
There are a number of factors to consided in making this choice. You may want to know both nut put you intial emphasdid on ome and then become proficient on...
February 4, 2010 at 4:08 am
I tried to Google this so that I could get an anser but this came up in a SQL Server 2008 for Oracle DBA Class I attended a couple of...
February 4, 2010 at 3:30 am
Have you ever used the OPENROWSET FUnction?
Please refer to the Link below concering syntax and usage:
http://www.sql-server-helper.com/tips/read-import-excel-file-p01.aspx
You can also deine a Linked Server if a peranent connection is needed:
http://www.informit.com/guides/content.aspx?g=sqlserver&seqNum=135
February 4, 2010 at 3:25 am
The WITH (NOLOCK) can be very helpful. It is equizilant to the Read Uncomitted Mode REad Committed is the default mode.
WITH (NOLOCK) will return all uncommitted records, so if returing...
February 4, 2010 at 3:18 am
Have you tried this in a Development or QA Environment?
I suggest that you try this & run the SQL Server Installation Wizard.
This will check the paramater and a number of...
February 4, 2010 at 3:11 am
Can you go into break mode and capute your query and try ti execute it from query analyzer?
Ford you query execute from SQL, if so something may be wrong with...
February 4, 2010 at 3:02 am
You probably want to specify the max number of errors, an error file, batch size as well as last row that you want to process so that you are not...
February 3, 2010 at 11:30 am
Viewing 15 posts - 3,661 through 3,675 (of 3,738 total)