Viewing 15 posts - 1,366 through 1,380 (of 3,221 total)
To properly assist you with tested T-SQL please post table definition(s), sample data and desired results.
To do so please click on the first link in my signature block for a...
March 17, 2011 at 2:38 pm
Try this
Instead of changing the execution time-out through Tools -> Options you should be able to specify it when opening the first query/connection to a SQL Server in the "Connect...
March 17, 2011 at 2:07 pm
What method are you utilizing to attempt to import the file SSIS or OPENROWSET or BCP?
Not knowing that, but here are some ideas which might spark your thinking.
1. ...
March 17, 2011 at 10:34 am
Have you considered creating a VIEW which would contain only those records that could be edited?
March 16, 2011 at 6:40 pm
Try this T-SQL
SELECT * FROM sys.dm_os_performance_counters WHERE object_name LIKE ('%deprecated%')
and/or read this:
March 16, 2011 at 1:06 pm
To better understand the space taken by indexes, and thier usefulness in finding data in a table may I suggest your read this article:
If by "data space" you mean the...
March 16, 2011 at 12:37 pm
tilew-948340 (3/15/2011)
bitbucket-25253 (3/15/2011)
As we all do ... let me challenge you .. submit a good QOD, you will be surprised at what you learn, quote]
Submit a QOD, even a bad...
March 15, 2011 at 8:15 pm
now you have me completely confused as to what it is you need ..
Sample of the log file with the info in my previous post
(Order,Point Name,Duration) with R1:
1 Point2...
March 15, 2011 at 7:31 pm
tilew-948340
But it does not realy matter anyway because the reason for the "question of the day" is not the points but the fun of learning... I learned something, so I...
March 15, 2011 at 7:25 pm
a column with an IDENTITY
yes each value is unique wether it is defined as a primary key, index or whatever.
March 15, 2011 at 11:24 am
Before making the change that the customer is requesting.
As an IDENTITY the each value is unique.
1. What would be the possible adverse effects if duplicate values are...
March 15, 2011 at 10:22 am
This undocumented procedure (spMSforeachtable) might be what you need.
March 15, 2011 at 10:07 am
timotech (3/15/2011)
Thanks Guys, you are all very correct, everything works very fine. Thanks
Thank you, for letting all who answered know that you have been helped. It is appreciated.
March 15, 2011 at 7:20 am
Here we go again -- the specified as correct answer is an item to be depreciated in a future release of SQL Server and one possible answer, and the one...
March 14, 2011 at 9:15 pm
tilew-948340 Posted Today @ 8:51 PM
I gues I just had to not take a chance and do not answer it, but for the futur, if at least we don't loose...
March 14, 2011 at 7:26 pm
Viewing 15 posts - 1,366 through 1,380 (of 3,221 total)