Viewing 15 posts - 1 through 15 (of 228 total)
I get the following error when running the query against one of my servers:
Msg 102, Level 15, State 1, Line 14
Incorrect syntax near '-'.
(260 row(s) affected)
(260 row(s) affected)
... I have...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
August 28, 2008 at 8:29 am
Brian,
I didn't see any specific versions of SQL Server mentioned. What version are your Production and DR servers running for SQL Server 2005? SQL Server 2005 Service Pack...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
July 28, 2008 at 1:37 pm
elliot.howes
What are you trying to accomplish? Perhaps there is a different way to get you to your goal. If you are looking to dump data into a CSV file...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
July 7, 2008 at 9:46 am
Daire,
What exact error syntax is SQL Server giving you?
This may help:
SQL Server 2005 Books Online (September 2007)
Troubleshooting: Timeout expired
http://msdn2.microsoft.com/en-us/library/ms190181.aspx
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 29, 2008 at 6:26 am
SSH,
You are quite welcome. It seems that you are on the right track with having a "sandbox" to play and work in. Nothing like practice makes you look...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 17, 2008 at 10:54 am
SSH,
You have done a lot by getting your MCTS, congratulations. Keeping to work on your MCITP is a very challenging goal.
Build a Lab Computer at home. If you...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 17, 2008 at 8:55 am
daniel,
Welcome to Date and Time fun with SQL Server!
Dates (and Times) are a controversial topic in the both the way they are stored in a database as well as how...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 15, 2008 at 9:44 am
kiruba,
Congratulations on passing your 40-731 Exam! You are now certified as an MCTS.
MCTS: SQL Server 2005 Certification Requirements
http://www.microsoft.com/learning/mcp/mcts/sql/default.mspx
Be sure to order your Welcome Kit and Certificate! (You must...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 15, 2008 at 6:04 am
sandhyarao49,
SQL Server 2005 Books Online (September 2007)
CREATE INDEX (Transact-SQL)
http://msdn2.microsoft.com/en-us/library/ms188783.aspx
Clustered Index
The bottom, or leaf, level of the clustered index contains the actual data rows of the table. A table or view...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 14, 2008 at 7:54 am
Bill,
Thanks for taking the time to write this article. I have implemented a similar process in my environment. To collect the majority of my data, I use a...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 14, 2008 at 7:31 am
Greg,
Hooray! (... or should that be Huzzah!) I have another tool for my SQL Server Tool Belt.
Thanks for sharing your solution, I will definitely be using this function...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 10, 2008 at 6:46 am
hisham2778,
Do keep us posted on your progress. If you are successful in getting your connection to work with your DBISAM system, please post your notes and findings so that...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 8, 2008 at 7:09 am
Adding a little more advice to the heap here ...
You need to let your management know that what they are asking you to develop is a constant, never-ending cycle...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 4, 2008 at 2:57 pm
Angela,
There are windows registry keys involved (and other behind the scenes installation components) for installing the SQL Server Native Client.
For loading the SQL Server Native Client on your workstations for...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 4, 2008 at 2:31 pm
avinash repe,
I agree with the recommendations from both steveb and GSquared. I am not sure how much control you have over being able to change the structure of your...
"Key"
MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
April 4, 2008 at 9:42 am
Viewing 15 posts - 1 through 15 (of 228 total)