Topics
Started by
Posts
Last post
create table #test ( id int , typ varchar(10) , amt int, code varchar(10), createdDt dateti…
1 replies
We use MSSql-Server 2008 Small Business to serve an ERP-Software. There are text-fields containing …
5 replies
How can I do this? I have a field that has data like this and I need to pull out what is between th…
11 replies
Hello, I'm hoping I can get some guidance on how to properly use the "For XML Path" code to concate…
8 replies
This is probably more of a "RegEx" kind of question.... I am wondering if anyone has a suggestion a…
5 replies
Hi All, I am working on creating a timetable app for school. I have been given a requirement as bel…
9 replies
Hi all, I am writing a query that hits a table with 1.5 billion rows. After about a minute I get ba…
7 replies
Hello I use bulk insert to fill a table I use code bellow bulk insert dbo.test from 'c:\test.txt' w…
2 replies
I'm putting automated restore jobs on all of our development and staging servers. It's a SQL agent …
2 replies
Hi All, I have a table with code and description as below create table isin_code ( code varchar(5),…
6 replies
Please let me know if you need any further detail. Can anyone please let me know that RAISERROR g…
18 replies
Hello I have a date file with no delimiter like bellow 00809703931023120729811033780000043293926439…
2 replies
Hi, Below is my sample data and query declare @Sample table (ID int, message varchar(1000)) insert…
3 replies
SQL Server Pros are getting extremely hard to find these days. The question you must ask yourself i…
1 replies
select DateAdd(dd,-90,getdate()) it gives the 90 days older date but i want to exlude the weekd…
1 replies
Viewing 15 topics - 1,396 through 1,410 (of 10,647 total)
You must be logged in to create new topics.