Viewing 15 posts - 3,646 through 3,660 (of 7,168 total)
tymberwyld (7/5/2012)
July 6, 2012 at 8:11 am
SpongeBob (7/3/2012)
One might event setup a SQL Agent "event" to watch for the file and then kick off the processing job as the response.Just a thought.
That's a neat idea. I...
July 6, 2012 at 8:02 am
Upsert (7/2/2012)
kpatrick (7/2/2012)
1. What kind of Windows Server security permissions does the identity running the SSIS package need in order to execute the WMI query? ...
July 6, 2012 at 8:00 am
I didn't feel like learning your code because I provided a solution to get you to a list of directories. Picking up where my code left off you could do...
July 6, 2012 at 7:42 am
I'd be happy to have a look too.
July 5, 2012 at 1:32 pm
jagadesh.kedar (7/5/2012)
Suppose if you have 10 GB Ram,Than assaign 8 to 9 GB RAM for SQL(8-9 GB is combindely for all the instances)...
July 5, 2012 at 5:14 am
GilaMonster (7/3/2012)
opc.three (7/3/2012)
If it's a heap you may need to rebuild the table, not sure how ghost records work with heaps.They don't. Ghost records only appear in indexes.
http://www.sqlskills.com/blogs/paul/post/ghost-cleanup-redux.aspx
Thanks.
July 4, 2012 at 8:17 am
Indianrock (7/4/2012)
July 4, 2012 at 7:42 am
This sounds like a bug thathas been fixed. What build of SQL Server are you on?
Connect Item: Invalid XML in Extended Events xml_deadlock_report output by Jonathan Kehayias
July 3, 2012 at 2:49 pm
Minto Minto(quendans) (7/2/2012)
In our environment Due to one table Db is growing high.Due to this disk space is is high..We have truncated the table.But still disk is showing same...
July 3, 2012 at 2:45 pm
Bruce Hendry (7/3/2012)
Passed into the function as an in memory representation, like a trigger, e.g. select SomeData from inserted? Or passed in explicitly via parameters when calling the function? Thanks.
It's...
July 3, 2012 at 2:22 pm
Before having the conversation I recommend reading up on the difference between being a dbo (Database Owner) and being a member of the db_owner (a Fixed Database Role). There are...
July 3, 2012 at 2:01 pm
Consider that while CHAR columns would occupy more space if your columns were not mostly full they help us avoid page splits when inserting and updating. If your tables receive...
July 3, 2012 at 12:18 pm
Lowell (7/3/2012)
--database name required
SELECT *
INTO #tmp
FROM ...
July 3, 2012 at 12:07 pm
Bruce Hendry (7/3/2012)
July 3, 2012 at 11:53 am
Viewing 15 posts - 3,646 through 3,660 (of 7,168 total)