Viewing 15 posts - 121 through 135 (of 280 total)
Thank you for an excellent article, my knowledge of SB is hazy and it's nice to see a practical application of this feature. The only disappointment (NOT from you!)...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
July 9, 2012 at 2:44 am
Check this link: http://msdn.microsoft.com/en-us/library/ms174393.aspx for info about QUOTED_IDENTIFIER - I've not tried what you're describing before but I think that by setting it ON you can avoid the quotes problem....
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
July 2, 2012 at 6:18 am
"minimal typing skills"? So you want your applicant not to be able to use a keyboard, then?
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
July 2, 2012 at 6:13 am
My last contract was very restrictive in terms of IPR. Basically if I spent any time on personal projects in work, or using work equipment in any way, the...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 28, 2012 at 9:14 am
Go to Google and type site:www.sqlservercentral.com + "your handle" + "keywords" to find a specific post. Google's indexing is pretty good.
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 28, 2012 at 9:08 am
3935 (6/28/2012)
In Derived column i am trying to create Double quotes? for 1 column . And i use code like this ("\""+ Day+"\"") but i am getting and...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 28, 2012 at 8:56 am
I started with the course book from Microsoft for 70-432 but can't say I was overly impressed with it. Tom Carpenter's book 'SQL Server 2008 Administration: Real-World Skills for...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 28, 2012 at 8:47 am
Normally the backup application log refers to the calling application that started the BACKUP command. For example, if you're using SSIS Maintenance Plans and SQL Server Agent Jobs, check...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 28, 2012 at 8:41 am
Caught me out there, I returned 3 of the 4 correct answers. 2,NULL,0 I thought is not valid. Well done.
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 26, 2012 at 1:32 am
I did a
SELECT * FROM sys.dm_os_ring_buffers AS dorb;
i am getting 3660 rows and this is 1 row
0x0000000000406240 RING_BUFFER_EXCEPTION 6815052 <Record id = "7426" type ="RING_BUFFER_EXCEPTION" time ="6815052"><Exception><Task address="0x00000000047DA988"></Task><Error>200</Error><Severity>25</Severity><State>16</State><UserDefined>0</UserDefined></Exception><Stack><frame...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 4:15 am
Hi
There's a thread about this topic here -> http://www.sqlservercentral.com/Forums/Topic1305679-61-1.aspx
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 3:22 am
You're welcome. FYI upgrading the RAM could be pointless if you're on a 32-bit architecture.
Reason being, 2^32 = 4GB.
Best thing to do is manage the memory you have and...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 1:05 am
Indexes are your friend here. Also think about archiving old data from the table (stuff that hasn't been read/updated for some time, easily found if you have a datetime...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 1:00 am
Look at what the triggers are doing. If they are executing SPs or ad-hoc SQL code using commands for which you haven't given permissions, the triggers will fail.
Please post...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 12:51 am
I'd be more worried about your server shutting down unexpectedly than this message, which is (I've found, anyway) largely nothing to be worried about. It occurs when a calling...
---
Note to developers:Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
My blog: http://uksqldba.blogspot.com
Visit http://www.DerekColley.co.uk to find out more about me.
June 21, 2012 at 12:44 am
Viewing 15 posts - 121 through 135 (of 280 total)