Viewing 15 posts - 91 through 105 (of 140 total)
What error are you getting?
The script is a straight copy from one that is in use on our servers.
December 28, 2006 at 4:02 am
Alternatively you could use a scripting task and the FSO to avoid using xp_cmdshell
Dim oFSO
December 28, 2006 at 3:23 am
This is our server at work (Twin 1.2Mhz PIII's & 1Gb Ram)
--===== Frank's function
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
DBCC execution completed. If DBCC...
December 21, 2006 at 4:56 am
At least until version 11 (1,000,000 rows)
December 6, 2006 at 3:30 am
It's ok as long as they don't start arguing. Then it gets too loud.
November 28, 2006 at 7:04 am
Are you using a Script Component in SSIS?
You could try using the ForEach component and set it to look for the part of the filename that does not change.
November 28, 2006 at 2:15 am
The article is printed in one of the fullstops via microfilm (lol)
November 28, 2006 at 1:47 am
Fortunately I am the only DBA here so what I say goes!! (As long as I listen to myself )
OOps just been told...
November 28, 2006 at 1:15 am
Ad the server is local, have you tried rebooting the machine?
November 27, 2006 at 4:49 am
Can you connect to the server using its IP address?
Can you ping and tracert to the server via its name?
I had this problem and "fixed" it my adding an entry...
November 27, 2006 at 2:05 am
Users altering tables
November 24, 2006 at 2:27 am
Are the quotes around each field? If so it could be set to quote text.
November 24, 2006 at 2:20 am
How about something like:
DECLARE @Order string
DECLARE @sql string
SET @sql = "SELECT * FROM Blah "
SET @Order = CASE WHEN
@orderId = 1 then "title asc"
when @orderId = 2 then "title...
November 24, 2006 at 2:08 am
Watch out for chapter 6 (Evaluate SQL Task). Don't spend time trying to figure out the problem, go to their web site and forum.
November 24, 2006 at 1:22 am
Viewing 15 posts - 91 through 105 (of 140 total)