Topics
Started by
Posts
Last post
Hi everyone. Hope you are having a super day. I have a #table with Customer number, Customer Order…
15 replies
Will I SQL Agent Job Begin if its last run hasn't completed? If yes, how can I check to see if the …
1 replies
Hi there I am trying to generate a snapshot for a new publication. When the job runs it fails with…
1 replies
One of my developers has the SQL 2008 R2 tools installed on his machine and needs to access some le…
5 replies
Hi, I am trying to extract a date string from a field, if the field populated has CED: before it. S…
5 replies
I have a table with multiple partitions all assigned to the same file group. Is there a way i can m…
4 replies
I'm posting this for an easy to access code snippet I use on a somewhat regular basis, and also for…
8 replies
Hi everyone, I have installed a new instance of SQL Server 2008 (SP1) Statndard on Windows 7. insta…
8 replies
declare @t table ( s varchar(8000) ) insert @t values('Location is Asia and Location is Europe and …
8 replies
I have an application that is generating the following error: Error updating counts: A connection w…
6 replies
Hi, I have this sql. SELECT WIMAgedBalances.dbPatID, WIMAgedBalances.dbPatFirstName, WIMAgedBalan…
2 replies
Hi Please could someone help with the XSD design to process this simple XML content sample (Picture…
7 replies
So since a week or 2 several of the non-essential jobs in our system have been giving the following…
4 replies
We have a data table with 92 million rows. It currently has 1 data field (Integer) and some descrip…
3 replies
drop table #temp Create table #temp ( Pk_Id Int, Name Varchar(100), value Varchar(1000) ) Insert In…
3 replies
Viewing 15 topics - 8,131 through 8,145 (of 30,225 total)
You must be logged in to create new topics.