Viewing 15 posts - 5,971 through 5,985 (of 6,030 total)
Well, there is no reason to shout programming code at someone across the room or dictate it to them over the phone when we have e-mail and instant messaging.
One thing...
May 21, 2010 at 3:16 pm
Jeff Moden (5/17/2010)
...
...
I used them to overcome the N4k and C8K barriers in SQL Server 2000.... and, yep... it was from another stored procedure.
Basically, how did creating a temporary stored...
May 17, 2010 at 2:13 pm
sihaab (5/17/2010)
May 17, 2010 at 11:03 am
Paul White NZ (5/15/2010)
...
The wider question is an interesting one. I remember being asked once why we can create temporary stored procedures (local or global) but not temporary functions....
May 17, 2010 at 9:51 am
David Portas (5/13/2010)
May 13, 2010 at 2:53 pm
- You said that drive C: is 68 GB, but how much disk space was free before running the stored procedure?
- Have you used Sysinternals FileMon or Process Monitor to...
May 13, 2010 at 1:17 pm
Nowadays 30,000,000 is only somewhat big.
If you join a table that large, you'll want to return only the columns you need, and insure that lat least there is an...
May 13, 2010 at 12:46 pm
When working with Microsoft development tools, if you find yourself struggling or spending a great deal of time implementing some repetitive task, then you're probably just doing it wrong and...
May 13, 2010 at 10:27 am
I think that T-SQL could use something similar to HTML's #include server side include directive for inserting repetitively used blocks of code like error handling, auditing, or variable declarations.
May 13, 2010 at 9:05 am
shannonjk (5/12/2010)
...I was just curious if there was any sort of intuitive file/filegroup structure one should follow if designing a complex database schema system.
This MSDN article describes some of the...
May 12, 2010 at 1:22 pm
shannonjk (5/12/2010)
May 12, 2010 at 12:50 pm
GilaMonster (5/12/2010)
Do not, please, ever do that and run the run the generated script as-is. Or, if you do, let me know so that I can send you a proposal...
May 12, 2010 at 7:49 am
satya.sakamuri (5/12/2010)
...
if i run the above script inmy sql query with selecting perticular database ....will the data in tables effect?becaz those are production live tables in that database.
could you plese...
May 12, 2010 at 7:36 am
Grant Fritchey (5/11/2010)
Whether the DBA knows it or not, that data can get changed by circumstances. It's best that you know that fact in order to gauge best whether or...
May 12, 2010 at 7:28 am
GilaMonster (5/11/2010)
As for the index usage, it's flushed when the DB is closed. Shutdown, restore, detach, offline. There's no way I know of to manually flush it. Eric, you said...
May 11, 2010 at 2:18 pm
Viewing 15 posts - 5,971 through 5,985 (of 6,030 total)