Viewing 15 posts - 106 through 120 (of 276 total)
shamshudheen (4/11/2008)
SQLZ (4/11/2008)
April 11, 2008 at 6:41 am
What is th difference between next queries and sp (EXEC, EXECUTE, sp_executesql)?
Okay - the first thing that went thru my head was this (before my AM coffee. It's Friday...its...
April 11, 2008 at 6:10 am
Can you post the T-SQL used to backup the DB? Right now, I don't think we have enough info to pinpoint the answer.
April 8, 2008 at 6:17 am
I would start with looking up the following in BOL
SET STATISTICS IO
April 6, 2008 at 7:15 am
you could try renaming the table, create a new one, and copy the data back. i dont think I would recommend, but that is an option
April 4, 2008 at 8:46 pm
I have not created a UDDT, if you post what you have, or similar, we may be able to assist a bit more. I suspect it is just a...
April 3, 2008 at 7:16 pm
:w00t:
Nice catch! I dont know why I missed that. I guess I grew to tired making my own data and table to finish verfiying the results. 😎
April 3, 2008 at 2:10 pm
I suspect this will do it - is this homework?
--== Create test table(s)
CREATE TABLE #table1
(
userid VARCHAR(10),
...
April 3, 2008 at 1:35 pm
Now, what I'm interested in is the following:
- How do I find the drive letter where the log files are stored, similar to the method I used in querying dbo.sysdatabases?
-...
April 3, 2008 at 1:02 pm
Thank you everyone! I love the responses.
April 3, 2008 at 7:07 am
Yeah - If you can ping the virtual SQL server by name, I would think you can connect via name. Other options are to connect via IP. If...
April 2, 2008 at 7:02 pm
Matt Miller (4/2/2008)
April 2, 2008 at 6:55 pm
Michael Earl (4/2/2008)
Are your servers moving around onto different domains so often that you need an automated process to...
April 2, 2008 at 2:14 pm
DBA (4/2/2008)
April 2, 2008 at 12:42 pm
The code I posted above I lifted from this link (an article by David Bird that he got from Rodney Landrum):
http://www.sqlservercentral.com/articles/Integration+Services/61774/
It may take a bit, but you can clean this...
April 2, 2008 at 9:50 am
Viewing 15 posts - 106 through 120 (of 276 total)