Topics
Started by
Posts
Last post
Hey all, getting a bit of friday afternoon brain freeze ... Say I have this data: CREATE TABLE #Te…
3 replies
What's the most elegant way to achieve the following? ... CREATE TABLE TabOne (db CHAR(1), type IN…
2 replies
I was wondering if anyone knows which is faster, to build data for my reporting table.. To write ne…
7 replies
I've been poring over how to handle this for a few hours without using some kind of horrifying loop…
19 replies
hi i have a proc which i need to include/exclude specific the account codes based on the being fre…
3 replies
It is an 8 years project.I am working on this project since 1 year.ther is a stored procedure to ve…
6 replies
Does anyone know if there is a limit on the number of objects or methods that can be created/called…
4 replies
Hi, I have the following table which stores disk space info. [dbo].[Monitor_DiskSpace] [TableID] [i…
1 replies
Hi all, it's not the first time I face the problem, now it's time to ask the pros: Probably due to…
2 replies
So I'm trying to create a security dictionary - single table, containing one row per server login/d…
2 replies
Hi All, i am trying to clean up my temp table sin tempdb database that are older than 24 hours. dur…
1 replies
hi everyone, when i runing below stored procedure it not returning any value alter procedure sp_dat…
11 replies
I have written the following query to extract data splitting a text string into separate fields. T…
18 replies
Hi I have the following table CREATE TABLE #Test (ID int NOT NULL IDENTITY(1,1) Primary key, …
23 replies
Hi ! i have a table "bridgeP" with cols bridgePid int, fromlen decimal(10,2) , tolen decimal…
6 replies
Viewing 15 topics - 961 through 975 (of 12,234 total)
You must be logged in to create new topics.